Loading API reference…
/organizations/{organizationId}/schedulesOrganization identifier.
uuidValue in
Value in
uuidValue in
Value in
Value in
application/json
application/json
curl -X GET "https://example.com/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/schedules"{ "success": true, "statusCode": 200, "message": "Schedules listed.", "data": [ { "id": "59ea19f8-eb2f-4722-9cb5-92ed024c5a32", "organizationId": "7d4a6f1d-ff64-4a4f-9e8d-937bfaa0d2f1", "agentProfileId": "8abf91f2-5785-44c7-bfb2-508fa85a8f8d", "key": "weekly-support-review", "name": "Weekly Support Review", "status": "enabled", "origin": "system", "createdByAgentProfileId": null, "sourceRunId": null, "sourceChatId": null, "sourceMessageId": null, "trigger": { "kind": "interval", "everyMinutes": 10080, "timezone": "UTC" }, "taskTemplate": { "title": "Review support queue", "kind": "task", "ownerAgentProfileKey": "support", "spec": { "objective": "Review unresolved support conversations.", "inputs": [], "acceptanceCriteria": [], "budget": { "maxAgentRuns": 6, "maxAttemptsPerPhase": 3, "maxReplans": 0, "maxActions": 0 } }, "priority": 10 }, "state": {}, "nextRunAt": "2026-01-05T09:00:00.000Z", "lastRunAt": null, "lastError": 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}/schedules/{scheduleRef}Organization identifier.
uuidSchedule reference.
application/json
application/json
application/json
curl -X GET "https://example.com/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/schedules/string"{ "success": true, "statusCode": 200, "message": "Schedule found.", "data": { "id": "59ea19f8-eb2f-4722-9cb5-92ed024c5a32", "organizationId": "7d4a6f1d-ff64-4a4f-9e8d-937bfaa0d2f1", "agentProfileId": "8abf91f2-5785-44c7-bfb2-508fa85a8f8d", "key": "weekly-support-review", "name": "Weekly Support Review", "status": "enabled", "origin": "system", "createdByAgentProfileId": null, "sourceRunId": null, "sourceChatId": null, "sourceMessageId": null, "trigger": { "kind": "interval", "everyMinutes": 10080, "timezone": "UTC" }, "taskTemplate": { "title": "Review support queue", "kind": "task", "ownerAgentProfileKey": "support", "spec": { "objective": "Review unresolved support conversations.", "inputs": [], "acceptanceCriteria": [], "budget": { "maxAgentRuns": 6, "maxAttemptsPerPhase": 3, "maxReplans": 0, "maxActions": 0 } }, "priority": 10 }, "state": {}, "nextRunAt": "2026-01-05T09:00:00.000Z", "lastRunAt": null, "lastError": 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": "Schedule not found.", "error": { "code": "schedule_not_found" }, "meta": { "timestamp": "2026-01-01T00:00:00.000Z" }}