fetch_components
Retrieve Storyblok components with server-side filtering, sorting, and group inclusion options for content management workflows.
Instructions
Fetches components with server-side filters, sorting, and option to include groups.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| component_summary | No | If true, return only id, name, and display_name for each component | |
| include_schema_details | No | If false, exclude schema from component response | |
| filter_by_name | No | Search query for filtering components by name | |
| is_root | No | Filter for root components only | |
| in_group | No | Filter by component group ID | |
| sort_by | No | Field to sort by | |
| per_page | No | Number of results per page |