Skip to main content
GET
チームのスクレイプキューに関するメトリクス
注意: 機能とパフォーマンスが向上した 本 API の新しい v2 版 が利用可能です。

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

レスポンス

200 - application/json

正常なレスポンス

activeJobsInQueue
number

現在実行中のジョブ数

jobsInQueue
number

現在キューに入っているジョブ数

maxConcurrency
number

ご利用プランごとの同時実行可能な最大ジョブ数

mostRecentSuccess
string<date-time> | null

最新の成功したジョブのタイムスタンプ

success
boolean
:

true

waitingJobsInQueue
number

現在待機中のジョブ数