Skip to main content
GET
/
api
/
admin
/
types
/
{id}
Get type details
curl --request GET \
  --url https://{cluster_id}.on-hellgate.cloud/api/admin/types/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "created_at": "2023-11-07T05:31:56Z",
  "name": "<string>",
  "schema": {}
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

The ID of the schema to read.

Response

Success response

id
string<uuid>
created_at
string<date-time>
name
string

A display name for the type

schema
object

JSON Schema definition according to https://json-schema.org/draft/2020-12/schema