Sign in

Get entry

documented

Retrieve a single entry by ID (preview context).

GET /spaces/{space_id}/entries/{entry_id}Entriesno 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://preview.contentful.com/spaces/{{$space_id}}/entries/{{$entry_id}}?query={{$query}}&page={{$page}}&limit={{$limit}}" \
  -X GET \
  -H "Authorization: Bearer {{CONTENTFUL_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Get entry · Contentful · OpenIntegrations