Retrieve image
documentedFetch an image resource from Contentful's Images API.
GET /images/{space_id}/{asset_id}/{file_path}Retrievalno 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://images.ctfassets.net/{{$space_id}}/{{$asset_id}}/{{$file_path}}?{{$query}}" \
-X GET \
-H "Accept: image/*" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"