Skip to main content
GET
/
api
/
v1
/
schedules
/
workflows
/
{workflow_id}
Error
A valid request URL is required to generate request examples
{
  "schedules": [
    {
      "created_at": "<string>",
      "cron": "<string>",
      "id": "<string>",
      "key": "<string>",
      "next_run_at": "<string>",
      "status": "<string>",
      "timezone": "<string>",
      "updated_at": "<string>",
      "workflow_id": "<string>",
      "last_run_at": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workflow_id
string
required

Workflow ID

Response

List of schedules

Response for getting schedules

schedules
object[]
required

List of schedules