fetch_assets
Retrieve multiple assets from Storyblok with filters such as search, folder, tags, and sort order. Paginate results and filter by private status, alt text, title, or copyright.
Instructions
Retrieve multiple assets from Storyblok Management API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| per_page | No | Items per page | |
| search | No | Search query for filtering assets | |
| folder_id | No | Filter by folder ID | |
| sort_by | No | Sort order for assets | |
| is_private | No | Filter by private status | |
| by_alt | No | Filter by alt text | |
| by_title | No | Filter by title | |
| by_copyright | No | Filter by copyright | |
| with_tags | No | Filter by tags |