日本語
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
現在キュー内にあるジョブ数
現在実行中のジョブ数
現在待機中のジョブ数
ご利用プランごとの同時実行可能なアクティブジョブ数の上限
最新の正常終了したジョブのタイムスタンプ