큐 통계 가져오기
GET/v1/environments/{environment_id}/work/stats
환경의 작업 큐에 대한 통계를 가져옵니다.
Parameters
Returns
큐 통계 가져오기
ant beta:environments:work stats \
--api-key my-anthropic-api-key \
--environment-id env_011CZkZ9X2dpNyB7HsEFoRfWResponse 200
{
"depth": 0,
"oldest_queued_at": "oldest_queued_at",
"pending": 0,
"type": "work_queue_stats",
"workers_polling": 0
}Returns Examples
Response 200
{
"depth": 0,
"oldest_queued_at": "oldest_queued_at",
"pending": 0,
"type": "work_queue_stats",
"workers_polling": 0
}