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/) to retrieve full results. Supports cursor-based pagination and filtering by endpoint.
| Endpoint | Retrieval Endpoint |
|---|---|
scrape | GET /v2/scrape/{id} |
crawl | GET /v2/crawl/{id} |
batch_scrape | GET /v2/batch/scrape/{id} |
agent | GET /v2/extract/{id} |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter by endpoint
scrape, crawl, batch_scrape, search, extract, llmstxt, deep_research, map, agent, browser, interact Maximum number of results per page
1 <= x <= 100Cursor for pagination. Use the cursor value from the previous response.