List recent API activity
Account Endpoints
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/) to retrieve full results. Supports cursor-based pagination and filtering by endpoint.
GET
List recent API 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.Documentation Index
Fetch the complete documentation index at: https://docs.firecrawl.dev/llms.txt
Use this file to discover all available pages before exploring further.
| 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} |
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter by endpoint
Available options:
scrape, crawl, batch_scrape, search, extract, llmstxt, deep_research, map, agent, browser, interact Maximum number of results per page
Required range:
1 <= x <= 100Cursor for pagination. Use the cursor value from the previous response.

