Returns OpenAPI specification if no parameter is given, otherwise returns a request or response schema.

get/api

Query parameters

request'ingest' | 'insert'

Optional; if provided, a request schema for the endpoint in the parameter value is returned.

response'api' | 'attributes' | 'backup' | 'error' | 'health' | 'ingest' | 'insert' | 'metadata' | 'ready' | 'schema' | 'stats'

Optional; if provided, a response schema for the endpoint in the parameter value is returned.

Response

OK

{"stackTrail":"paths:/api:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes