Loading API reference…
/organizations/{organizationId}/runsOrganization identifier.
uuidValue in
Value in
uuiduuidValue in
Value in
application/json
application/json
curl -X GET "https://example.com/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/runs"{ "success": true, "statusCode": 200, "message": "Runs listed.", "data": [ { "id": "5874578b-65c7-4d72-b3de-2bc24a8b421e", "taskId": "b12e12e7-68df-4ba8-a72a-32eb80d60b64", "agentProfile": { "id": "8abf91f2-5785-44c7-bfb2-508fa85a8f8d", "key": "engineering", "name": "Engineering", "kind": "department", "department": "engineering", "status": "enabled" }, "attempt": 1, "mode": "execute", "status": "succeeded", "model": "gpt-5", "output": { "kind": "task_result", "result": { "kind": "completed", "summary": "Created and verified the onboarding plan.", "artifacts": [] } }, "error": null, "usage": { "inputTokens": 0, "outputTokens": 0, "toolCalls": 0, "costMinorUnits": 0 }, "startedAt": "2026-01-01T00:01:00.000Z", "finishedAt": "2026-01-01T00:03:00.000Z", "createdAt": "2026-01-01T00:01:00.000Z", "updatedAt": "2026-01-01T00:01:00.000Z" } ], "pagination": { "cursor": null, "limit": 50, "nextCursor": null, "previousCursor": null, "hasNextPage": false, "hasPreviousPage": false }, "meta": { "timestamp": "2026-01-01T00:00:00.000Z" }}{ "success": false, "statusCode": 400, "message": "Validation failed.", "error": { "code": "validation_failed", "issues": [ { "path": "organizationId", "message": "Must be a valid UUID.", "code": "invalid_format" } ] }, "meta": { "timestamp": "2026-01-01T00:00:00.000Z" }}/organizations/{organizationId}/runs/{id}Organization identifier.
uuidResource identifier.
uuidapplication/json
application/json
application/json
curl -X GET "https://example.com/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/runs/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "success": true, "statusCode": 200, "message": "Run found.", "data": { "id": "5874578b-65c7-4d72-b3de-2bc24a8b421e", "taskId": "b12e12e7-68df-4ba8-a72a-32eb80d60b64", "agentProfile": { "id": "8abf91f2-5785-44c7-bfb2-508fa85a8f8d", "key": "engineering", "name": "Engineering", "kind": "department", "department": "engineering", "status": "enabled" }, "attempt": 1, "mode": "execute", "status": "succeeded", "model": "gpt-5", "output": { "kind": "task_result", "result": { "kind": "completed", "summary": "Created and verified the onboarding plan.", "artifacts": [] } }, "error": null, "usage": { "inputTokens": 0, "outputTokens": 0, "toolCalls": 0, "costMinorUnits": 0 }, "startedAt": "2026-01-01T00:01:00.000Z", "finishedAt": "2026-01-01T00:03:00.000Z", "createdAt": "2026-01-01T00:01:00.000Z", "updatedAt": "2026-01-01T00:01:00.000Z" }, "meta": { "timestamp": "2026-01-01T00:00:00.000Z" }}{ "success": false, "statusCode": 400, "message": "Validation failed.", "error": { "code": "validation_failed", "issues": [ { "path": "organizationId", "message": "Must be a valid UUID.", "code": "invalid_format" } ] }, "meta": { "timestamp": "2026-01-01T00:00:00.000Z" }}{ "success": false, "statusCode": 404, "message": "Run not found.", "error": { "code": "run_not_found" }, "meta": { "timestamp": "2026-01-01T00:00:00.000Z" }}