List content types
documentedReturn all content type definitions for a space.
GET /spaces/{space_id}/content_typesContent typesno 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://cdn.contentful.com/spaces/{{$space_id}}/content_types?limit={{$limit}}" \
-X GET \
-H "Authorization: Bearer {{CONTENTFUL_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"