Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.firecrawl.dev/v1/team/queue-status \ --header 'Authorization: Bearer <token>'
{ "activeJobsInQueue": 123, "jobsInQueue": 123, "maxConcurrency": 123, "mostRecentSuccess": "2023-11-07T05:31:56Z", "success": true, "waitingJobsInQueue": 123 }
注意:此 API 的新 v2 版本 现已推出,提供更完善的功能和更佳的性能。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
成功的响应
当前正在运行的任务数
当前队列中的任务数量
根据你的套餐可同时运行的最大并发任务数
最近一次成功作业的时间戳
true
当前排队中的任务数