cURL
curl --request GET \ --url https://api.example.com/schedules/{schedule_id} \ --cookie fastapiusersauth=
{ "owner_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "every": "<string>", "workflow_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "id": "<string>", "status": "online", "cron": "<string>", "inputs": {}, "offset": "<string>", "start_at": "2023-11-07T05:31:56Z", "end_at": "2023-11-07T05:31:56Z", "timeout": 123 }
Get a schedule from a workflow.
Successful Response
ISO 8601 duration string
ISO 8601 datetime string
The maximum number of seconds to wait for the workflow to complete
Was this page helpful?