Sign in

Get tag

documented

Retrieve a single tag by ID.

GET /spaces/{space_id}/tags/{tag_id}Tagsno 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}}/tags/{{$tag_id}}" \
  -X GET \
  -H "Authorization: Bearer {{CONTENTFUL_API_KEY}}" \
  -H "Accept: application/json" \
  \
  # Sources (for reference): Contentful Content Delivery API base URL is https://cdn.contentful.com and endpoints follow /spaces/{space_id}/tags/{tag_id} (see Contentful CDA docs).
Get tag · Contentful · OpenIntegrations