GET
/
schedules
[
  {
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "owner_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "id": "<string>",
    "status": "online",
    "cron": "<string>",
    "inputs": {},
    "every": "<string>",
    "offset": "<string>",
    "start_at": "2023-11-07T05:31:56Z",
    "end_at": "2023-11-07T05:31:56Z",
    "timeout": 123,
    "workflow_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
]

Authorizations

fastapiusersauth
string
cookie
required

Query Parameters

workspace_id
string
required
workflow_id

Response

200
application/json
Successful Response
owner_id
string
required
every
string
required

ISO 8601 duration string

workflow_id
string
required
created_at
string
updated_at
string
id
string
status
string
default:online
cron
string | null
inputs
object
offset
string | null

ISO 8601 duration string

start_at
string | null

ISO 8601 datetime string

end_at
string | null

ISO 8601 datetime string

timeout
number | null

The maximum number of seconds to wait for the workflow to complete