Get account activity
Return recorded request metadata for the authenticated account, newest first. Filter by UTC window, platform, operation and HTTP status; continue with the returned cursor. Accepts customer API keys and first-party dashboard sessions.
/v1/activityx-api-keyHeaders
Get your API keyYour ScrapeAtlas customer key. Create one on /account/ and set SCRAPEATLAS_API_KEY.
Inclusive UTC timestamp, with milliseconds and Z.
Exclusive UTC timestamp, with milliseconds and Z.
Catalog platform identifier.
Catalog operation identifier.
Exact HTTP status or class such as 200 or 4xx.
Page size.
default: 50 · 1 – 100
50Continuation cursor returned by the previous page; reuse the same filters and page size.
min 1 chars · max 2048 chars
Whether the query returned usable data.
Exact HTTP status or class such as 200 or 4xx.
Gateway correlation UUID.
Recorded-history coverage metadata.
Always included.
Always included.
UTC query window, request rows and nextCursor.
Always included.
Always included.
event_id, UTC timestamp, platform, operation, HTTP status and duration_ms, with method and public path resolved from catalog metadata.
up to 100 items
Always included.
Always included.
Always included.
Always included.
100 – 599
Always included.
0 – 4294967295
Always included.
Always included.
Always included.
Continuation token, or null at the end of the returned history.
No fields match.
HTTP 200 returns the success variant. Check status: partial means usable data with warnings, and failed or challenged requests carry a failure object described in Errors & responses.
| HTTP | failure.code | Meaning |
|---|---|---|
| 400 | invalid_request | Invalid, duplicate or unknown parameter |
| 401 | unauthorized | Missing or invalid session/customer key |
| 429 | busy | Account analytics query limit |
| 503 | busy | Analytics or authentication unavailable, or global admission full |