curl --request GET \
--url https://api.example.com/schedules \
--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
}
]curl --request GET \
--url https://api.example.com/schedules \
--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
}
]wf_[0-9a-zA-Z]+Successful Response
ISO 8601 duration string
ISO 8601 duration string
ISO 8601 datetime string
ISO 8601 datetime string
The maximum number of seconds to wait for the workflow to complete
Was this page helpful?