retrieve_single_branch
Fetch a specific branch by its ID from the Storyblok Management API to access pipeline details directly within your workflow.
Instructions
Retrieves a single branch (pipeline) by its ID via the Storyblok Management API.
- branch_id: Numeric ID of the branch to retrieve.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
branch_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"branch_id": {
"title": "Branch Id",
"type": "integer"
}
},
"required": [
"branch_id"
],
"title": "retrieve_single_branchArguments",
"type": "object"
}