retrieve_single_release
Fetch a specific release from a Storyblok space by providing its unique release ID. Enables direct access to release details for management or integration.
Instructions
Retrieves a single release from a specified Storyblok space.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
release_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"release_id": {
"title": "Release Id",
"type": "integer"
}
},
"required": [
"release_id"
],
"title": "retrieve_single_releaseArguments",
"type": "object"
}