retrieve_single_datasource
Fetch a specific datasource from a Storyblok space by providing its unique ID, enabling direct access to structured content for integration or management tasks.
Instructions
Retrieves a single datasource from a specified Storyblok space.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
datasource_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"datasource_id": {
"title": "Datasource Id",
"type": "integer"
}
},
"required": [
"datasource_id"
],
"title": "retrieve_single_datasourceArguments",
"type": "object"
}