cURL
curl --request GET \ --url http://localhost:8080/api/workspaces/{id}/schedules/{ref} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "workspace_id": "<string>", "cron_expression": "<string>", "enabled": true, "last_run_at": "<string>", "next_run_at": "<string>", "instructions": "<string>", "last_run_status": "<string>", "created_at": "<string>", "updated_at": "<string>", "name": "<string>", "status": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
UUID or slug name
Successful Response