List all types.
cURL
curl --request GET \ --url https://{cluster_id}.on-hellgate.cloud/api/admin/types \ --header 'x-api-key: <api-key>'
{ "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": "2023-11-07T05:31:56Z", "name": "<string>", "schema": {} } ], "links": { "next": "<string>" } }
The limit parameter defines the maximum number of rows returned in a single call and enables consecutive pagination using the next link provided in the response payload.
next
1 <= x <= 100
Success response
Show child attributes