GET
/
ontology
curl --request GET \
  --url https://api.praxos.ai/ontology \
  --header 'API-key: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>"
}

Authorizations

API-key
string
header
required

API key for authentication

Query Parameters

id
string

ID of the ontology

name
string

Name of the ontology

Response

200
application/json

List of ontologies

The response is of type object.