Sign in

List assets

documented

Retrieve a collection of assets for a space.

GET /spaces/{space_id}/assetsAssetsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://cdn.contentful.com/spaces/{{$space_id}}/assets?limit={{$limit}}&skip={{$page}}&query={{$query}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{CONTENTFUL_API_KEY}}"
List assets · Contentful · OpenIntegrations