日本語
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
現在キューに入っているジョブ数
現在実行中のジョブ数
現在待機中のジョブ数
ご利用プランごとの同時実行可能な最大ジョブ数
最新の成功したジョブのタイムスタンプ