v1
latestOpenAPI 3.0.02026-07-224452146.0 KBAccount
List recent API 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.
get/team/activity
Query parameters
endpoint'scrape' | 'crawl' | 'batch_scrape' | 'search' | 'extract' | 'llmstxt' | 'deep_research' | 'map' | 'agent' | 'browser' | 'interact'
Filter by endpoint
limitinteger
Maximum number of results per page
cursorstring
Cursor for pagination. Use the cursor value from the previous response.
Response
Successful response
Example response
{
"success": true,
"data": [
{
"api_version": "v1"
}
]
}