Skip to main content
GET
チームのスクレイプキューに関する指標
チームのスクレイプキューに関するメトリクスです。

承認

Authorization
string
header
必須

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

レスポンス

200 - application/json

成功時のレスポンス

success
boolean
:

true

jobsInQueue
number

現在キュー内にあるジョブ数

activeJobsInQueue
number

現在実行中のジョブ数

waitingJobsInQueue
number

現在待機中のジョブ数

maxConcurrency
number

ご利用プランごとの同時実行可能なアクティブジョブ数の上限

mostRecentSuccess
string<date-time> | null

最新の正常終了したジョブのタイムスタンプ