Documentation Index
Fetch the complete documentation index at: https://mintlify.com/firecrawl/firecrawl/llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/crawl/active
Retrieve a list of all currently active crawl jobs for the authenticated team.Authentication
This endpoint requires authentication using a Bearer token. Include your API key in theAuthorization header:
Response
Indicates if the request was successful
Array of active crawl jobs. Each crawl object contains:
Example Request
Example Response
Error Responses
402 Payment Required
429 Too Many Requests
500 Server Error
Use Cases
- Monitor all ongoing crawl operations for your team
- Track resource usage across multiple crawls
- Identify long-running crawls that may need attention
- Manage concurrent crawl jobs
- Audit crawl activity across your organization
Notes
- Only returns crawls that are currently in progress (status:
scraping) - Completed, failed, or cancelled crawls are not included
- All team members with valid API keys can see the same active crawls
- Use the crawl
idto get detailed status with Get Crawl Status