list_assets
Retrieve a list of assets from a Contentful space. Returns up to 3 items per request; use skip parameter to paginate through results.
Instructions
List assets in a space. Returns a maximum of 3 items per request. Use skip parameter to paginate through results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | Maximum number of items to return (max: 3) | |
| skip | Yes | Number of items to skip for pagination | |
| 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 |