Atlas
Admin — Semantic

Get raw YAML (top-level)

Serves raw YAML content for a top-level file (catalog.yml, glossary.yml).

GET
/api/v1/admin/semantic/raw/{file}

Path Parameters

file*string
Length1 <= length

Response Body

text/plain

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:3001/api/v1/admin/semantic/raw/glossary.yml"
"string"
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}