Get Scheduled Publishes
get_scheduled_publishesList the scheduled publishes of a version. Pending ones by default; pass includeExecuted or includeCancelled to see the rest. Requires project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| specId | Yes | Public ID (GUID) of the API specification | |
| versionId | Yes | Public ID (GUID) of the version | |
| includeExecuted | No | Include schedules that already ran (default false) | |
| includeCancelled | No | Include cancelled schedules (default false) |