list_assets
Retrieve and paginate through assets within a Contentful space, specifying environment, limit, and skip parameters for efficient 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 |
---|---|---|---|
environmentId | Yes | The ID of the environment within the space, by default this will be called Master | master |
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. |