retrieve_single_task
Fetch a specific task from a Storyblok space using the Management API by providing the task ID, enabling direct access to manage content workflows.
Instructions
Retrieves a single task from a specified Storyblok space using the Management API.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
task_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"task_id": {
"title": "Task Id",
"type": "integer"
}
},
"required": [
"task_id"
],
"title": "retrieve_single_taskArguments",
"type": "object"
}