Get schedule version
get_schedule_versionRead back the full stored definition of a schedule version by slug or id. Returns the exact definition body that was authored (as a JSON string, so you can parse it to diff or patch and resubmit as a new version) plus its checksum. Omit version to get the latest version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | the schedule slug (provide this or schedule_id) | |
| version | No | specific version to fetch; omit (0) for the latest version | |
| schedule_id | No | the schedule id (provide this or slug) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | Yes | ||
| definition | Yes | ||
| content_sha256 | Yes |