retrieve_single_workflow
Retrieve a specific workflow by its ID from a Storyblok space using the Management API, enabling efficient workflow management and access control.
Instructions
Retrieves a single workflow by its ID in a Storyblok space via the Management API.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
workflow_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"workflow_id": {
"title": "Workflow Id",
"type": "integer"
}
},
"required": [
"workflow_id"
],
"title": "retrieve_single_workflowArguments",
"type": "object"
}