简体中文
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>
成功的响应
true
当前队列中的任务数量
当前正在运行的任务数量
当前等待中的任务数
根据您的套餐所允许的最大并发运行任务数
最近一次成功作业的时间戳