fetch_workflows
Retrieve workflows from Storyblok CMS using pagination parameters to manage content operations efficiently. Integrates with AI tools for streamlined task handling.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page | No | ||
per_page | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"page": {
"type": "number"
},
"per_page": {
"type": "number"
}
},
"type": "object"
}