Loading API reference…
/organizations/{organizationId}/run-requestsOrganization identifier.
uuiduuidValue in
Value in
uuiduuidValue in
Value in
application/json
application/json
curl -X GET "https://example.com/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/run-requests"{ "success": true, "statusCode": 200, "message": "Run requests listed.", "data": [ { "id": "99e02964-075c-4427-9a94-d6a12dde1ac6", "organizationId": "7d4a6f1d-ff64-4a4f-9e8d-937bfaa0d2f1", "taskId": "b12e12e7-68df-4ba8-a72a-32eb80d60b64", "agentProfileId": "8abf91f2-5785-44c7-bfb2-508fa85a8f8d", "mode": "execute", "status": "queued", "priority": 10, "dedupeKey": "task-execute-b12e12e7", "taskVersion": 1, "taskGraphRevision": 1, "state": {}, "availableAt": "2026-01-01T00:00:00.000Z", "claimedAt": null, "attemptCount": 0, "maxAttempts": 3, "lastRunId": null, "lastError": null, "cancelRequestedAt": null, "createdAt": "2026-01-01T00:00:00.000Z", "updatedAt": "2026-01-01T00:00: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}/run-requests/{id}Organization identifier.
uuidResource identifier.
uuidapplication/json
application/json
application/json
curl -X GET "https://example.com/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/run-requests/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "success": true, "statusCode": 200, "message": "Run request found.", "data": { "id": "99e02964-075c-4427-9a94-d6a12dde1ac6", "organizationId": "7d4a6f1d-ff64-4a4f-9e8d-937bfaa0d2f1", "taskId": "b12e12e7-68df-4ba8-a72a-32eb80d60b64", "agentProfileId": "8abf91f2-5785-44c7-bfb2-508fa85a8f8d", "mode": "execute", "status": "queued", "priority": 10, "dedupeKey": "task-execute-b12e12e7", "taskVersion": 1, "taskGraphRevision": 1, "state": {}, "availableAt": "2026-01-01T00:00:00.000Z", "claimedAt": null, "attemptCount": 0, "maxAttempts": 3, "lastRunId": null, "lastError": null, "cancelRequestedAt": null, "createdAt": "2026-01-01T00:00:00.000Z", "updatedAt": "2026-01-01T00:00: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 request not found.", "error": { "code": "run_request_not_found" }, "meta": { "timestamp": "2026-01-01T00:00:00.000Z" }}