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" }
你是需要 Firecrawl API 密钥的 AI 代理吗?请参阅 firecrawl.dev/agent-onboarding/SKILL.md 获取自动化引导说明。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
成功的响应
true
当前队列中的任务数量
当前正在运行的任务数量
当前等待中的任务数
根据您的套餐所允许的最大并发运行任务数
最近一次成功作业的时间戳