cURL
curl --request GET \ --url https://api.firecrawl.dev/v2/team/queue-status \ --header 'Authorization: Bearer <token>'
{ "success": true, "jobsInQueue": 123, "activeJobsInQueue": 123, "waitingJobsInQueue": 123, "maxConcurrency": 123, "mostRecentSuccess": "2023-11-07T05:31:56Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object.
object