v1

latestOpenAPI 3.0.02026-07-224452146.0 KB
Account

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

successboolean
cursorstring nullable

Cursor to use for the next page. Null if there are no more results.

has_moreboolean

Whether there are more results available

Example response

{
  "success": true,
  "data": [
    {
      "api_version": "v1"
    }
  ]
}
All 44 operations