list_ai_actions
List all AI Actions in a Contentful space. Use filters for status, pagination with limit and skip parameters. Requires space ID and environment ID.
Instructions
List all AI Actions in a space
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of AI Actions to return | |
| skip | No | Number of AI Actions to skip for pagination | |
| status | No | Filter AI Actions by status | |
| spaceId | Yes | The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear. | |
| environmentId | Yes | The ID of the environment within the space, by default this will be called Master | master |