Skip to main content

Activity

Lists your team's recent API activity from the last 24 hours. Returns metadata about each job including the job ID, which can be used with the corresponding GET endpoint (e.g. GET /crawl/{id}) to retrieve full results. Supports cursor-based pagination and filtering by endpoint.
1 min read
get/team/activity
Request example
Response
get/team/activity

Lists your recent API activity from the last 24 hours. Use this to discover job IDs, then retrieve results with the corresponding GET endpoint.

EndpointRetrieval Endpoint
scrapeGET /v2/scrape/{id}
crawlGET /v2/crawl/{id}
batch_scrapeGET /v2/batch/scrape/{id}
agentGET /v2/agent/{jobId}

Team Management Endpoints#

OperationAPI pathDocs page
Team activityGET /v2/team/activityactivity
Credit usageGET /v2/team/credit-usagecredit-usage
Credit usage (historical)GET /v2/team/credit-usage/historicalcredit-usage-historical
Queue statusGET /v2/team/queue-statusqueue-status

Authorization

Authorizationstringheaderrequired#
Bearer authentication header of the form Bearer <token>, where <token> is your API key.

Query parameters

endpointenum<string>#
Filter by endpoint
Options:scrapecrawlbatch_scrapesearchextractllmstxtdeep_researchmapagentbrowserinteract
limitinteger#
Maximum number of results per page

Default: 50

Range: 1–100

cursorstring#
Cursor for pagination. Use the cursor value from the previous response.

Responses

application/json
200
Successful response
successboolean#
dataobject[]#
Show child attributes
idstring#
The job ID. Use this with the corresponding GET endpoint to retrieve results.
endpointenum<string>#
The endpoint used for this job
Options:scrapecrawlbatch_scrapesearchextractllmstxtdeep_researchmapagentbrowserinteract
api_versionstring#
The API version used for this request
created_atstring#
When the job was created
targetstring#
The URL or query that was submitted
cursorstring#
Cursor to use for the next page. Null if there are no more results.
has_moreboolean#
Whether there are more results available