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 http://localhost:8080/api/workspaces/{id}/schedules \ --header 'Authorization: Bearer <token>'
{ "schedules": [ { "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>
Successful Response
Show child attributes