search_entries
Search for entries in Contentful spaces using specific query parameters. Retrieve up to 3 items per request and paginate results with the skip parameter for efficient data access.
Instructions
Search for entries using query parameters. Returns a maximum of 3 items per request. Use skip parameter to paginate through results.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
environmentId | Yes | The ID of the environment within the space, by default this will be called Master | master |
query | Yes | Query parameters for searching entries | |
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. |