retrieve_one_story_schedule
Fetch a specific story schedule entry using its ID to manage content publication timelines within a Storyblok space via the Management API.
Instructions
Retrieves a single story schedule entry by its ID in a Storyblok space via the Management API.
- story_scheduling_id: Numeric ID of the schedule to retrieve.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
story_scheduling_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"story_scheduling_id": {
"title": "Story Scheduling Id",
"type": "integer"
}
},
"required": [
"story_scheduling_id"
],
"title": "retrieve_one_story_scheduleArguments",
"type": "object"
}