Skip to content
scrapeatlas.Dashboard

Get account activity

Try in Playground

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.

GET/v1/activityx-api-key
x-api-keystringrequiredheader

Your ScrapeAtlas customer key. Create one on /account/ and set SCRAPEATLAS_API_KEY.

Query parameters
7
startstringquery

Inclusive UTC timestamp, with milliseconds and Z.

endstringquery

Exclusive UTC timestamp, with milliseconds and Z.

platformstringquery

Catalog platform identifier.

operationstringquery

Catalog operation identifier.

statusstringquery

Exact HTTP status or class such as 200 or 4xx.

limitintegerdefault: 50query

Page size.

default: 50 · 1 – 100

Example50
cursorstringquery

Continuation cursor returned by the previous page; reuse the same filters and page size.

min 1 chars · max 2048 chars

Response fields
19
successboolean

Whether the query returned usable data.

statusstring

Exact HTTP status or class such as 200 or 4xx.

requestIdstring

Gateway correlation UUID.

Recorded-history coverage metadata.

coverage.completeboolean

Always included.

coverage.warningsenum[]

Always included.

UTC query window, request rows and nextCursor.

data.startstring

Always included.

data.endstring

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

data.rows.event_idstring

Always included.

data.rows.platformstring

Always included.

data.rows.operationstring

Always included.

data.rows.statusinteger

Always included.

100 – 599

data.rows.duration_msinteger

Always included.

0 – 4294967295

data.rows.timestampstring

Always included.

data.rows.methodenumnullable

Always included.

data.rows.pathstringnullable

Always included.

data.nextCursorstringnullable

Continuation token, or null at the end of the returned history.

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.

Error codes
4
HTTPfailure.codeMeaning
400invalid_requestInvalid, duplicate or unknown parameter
401unauthorizedMissing or invalid session/customer key
429busyAccount analytics query limit
503busyAnalytics or authentication unavailable, or global admission full