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.
cURL
curl --request GET \ --url https://api.coval.dev/v1/scheduled-runs/{scheduled_run_id} \ --header 'X-API-Key: <api-key>'
{ "scheduled_run": { "name": "scheduled-runs/xyz789uvw456rst123abcd", "id": "xyz789uvw456rst123abcd", "display_name": "Voice Agent Health Check", "run_template_id": "abc123def456ghi789jklm", "schedule_expression": "rate(15 minutes)", "schedule_timezone": "UTC", "enabled": true, "last_run_at": "2025-10-15T14:15:00Z", "last_run_id": "8EktrIgaVxn9LfxkIynagX", "create_time": "2025-10-14T12:00:00Z", "update_time": null } }
Retrieve a specific scheduled run by ID.
API key for authentication
Scheduled run resource ID
^[A-Za-z0-9]{22}$
Scheduled run retrieved successfully
Scheduled run configuration resource.
Show child attributes
Was this page helpful?