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