retrieve_field_plugins
Retrieve field plugins for Storyblok content management, filtering by context, ownership, and search terms with pagination support.
Instructions
Retrieves multiple field plugins (field types) across different contexts.
Args: context (str): 'space', 'org', or 'partner' only_mine (int): 1 = only plugins created by authenticated user page (int): pagination page number per_page (int): plugins per page (max 100) search (str): search filter for plugin name or slug
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | Context: 'space', 'org', or 'partner' | space |
| only_mine | No | 1 = only plugins created by authenticated user | |
| page | No | Pagination page number | |
| per_page | No | Plugins per page (max 100) | |
| search | No | Search filter for plugin name or slug |