Sign in

Retrieve image

documented

Fetch an image resource from Contentful's Images API.

GET /images/{space_id}/{asset_id}/{file_path}Retrievalno 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://images.ctfassets.net/{{$space_id}}/{{$asset_id}}/{{$file_path}}?{{$query}}" \
  -X GET \
  -H "Accept: image/*" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"
Retrieve image · Contentful · OpenIntegrations