v1

latestOpenAPI 3.0.2Terms of Use2026-08-061441681.6 MB
schedules

Fetch the state of a schedule

This operation shows the current state of a schedule.

get/schedules/{id}/state

Path parameters

idstring required

The unique alphanumeric string that identifies the schedule.

Response

Success

Example response

{
  "schedule": {
    "state": "enabled"
  }
}