メインコンテンツへスキップ
GET
/
v3beta1
/
enterprise
/
queue
キューを取得する
curl --request GET \
  --url https://api.devin.ai/v3beta1/enterprise/queue \
  --header 'Authorization: Bearer <token>'
{
  "queue_size": 123,
  "status": "normal"
}

権限

Enterprise レベルで ViewAccountMetrics 権限を持つサービスユーザーが必要です。

承認

Authorization
string
header
必須

サービスユーザーの認証情報(接頭辞: cog_)

レスポンス

200 - application/json

成功時のレスポンス

キューエンドポイント用のレスポンスモデル。

queue_size
integer
必須
status
enum<string>
必須
利用可能なオプション:
normal,
elevated,
high