Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
获取 self-hosted Environment 下的单个 work item。
GET /api/v1/cloud/environments/{environment_id}/work/{work_id}
self_hosted
environment_id
env_
work_id
work_
Authorization
Bearer $QODER_PAT
curl -X GET "https://api.qoder.com/api/v1/cloud/environments/env_019e64e01a137caf953ac2ac7b42ec5c/work/work_019f3be4fd2475d9a784bf2c739e1194" \ -H "Authorization: Bearer $QODER_PAT"
{ "id": "work_019f3be4fd2475d9a784bf2c739e1194", "type": "work", "environment_id": "env_019e64e01a137caf953ac2ac7b42ec5c", "data": { "type": "session", "id": "sess_019f3be3fa66750bb9a1fbcde85b5fe1" }, "state": "active", "created_at": "2026-07-01T08:15:01Z", "acknowledged_at": "2026-07-01T08:15:04Z", "started_at": "2026-07-01T08:15:06Z", "latest_heartbeat_at": "2026-07-01T08:16:06.120394Z", "stop_requested_at": null, "stopped_at": null, "metadata": { "job": "daily-report" } }
invalid_request_error
authentication_error
permission_error
not_found_error