Get schedule detail and run history.
cURL
curl --request GET \ --url https://app.strix.ai/api/v1/schedules/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "cron": "<string>", "timezone": "<string>", "isPaused": true, "organization_id": "<string>", "created_by": "<string>", "domain_ids": [ "<string>" ], "repository_ids": [ "<string>" ], "concerns": "<string>", "focus": "<string>", "context": "<string>", "last_run_status": "<string>", "last_run_error": "<string>", "next_run_at": "2023-11-07T05:31:56Z", "last_run_at": "2023-11-07T05:31:56Z", "run_count": 123, "createdAt": "2023-11-07T05:31:56Z" }
API token from Settings > API Access
Schedule detail
Cron expression (without timezone prefix)