List assets (space)
documentedList assets in a space.
GET /spaces/{space_id}/assetsAssetsno implementation yet0 runsNo 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://api.contentful.com/spaces/{{$space_id}}/assets?limit={{$limit}}&skip={{$page}}&query={{$query}}" \
-X GET \
-H "Authorization: Bearer {{CONTENTFUL_API_KEY}}" \
-H "Content-Type: application/vnd.contentful.management.v1+json" \
-H "Accept: application/json"