retrieve_field_plugin
Retrieve a specific field plugin by its ID within Storyblok's space, organization, or partner context to access and manage custom field configurations.
Instructions
Retrieves a single field plugin by its ID in the specified context.
Args: field_type_id (int): Numeric ID of the field plugin. context (str): 'space', 'org', or 'partner'.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field_type_id | Yes | Numeric ID of the field plugin | |
| context | No | Context: 'space', 'org', or 'partner' | space |