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.
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://firecrawl-mog-search-exclude-include-domains.mintlify.app/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} |
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.