Atlas
Semantic

List semantic entities

Returns a summary of all entity definitions from the semantic layer YAML files. Each entity includes table name, description, column count, join count, and type.

GET
/api/v1/semantic/entities

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:3001/api/v1/semantic/entities"
{
  "entities": [
    {
      "table": "string",
      "description": "string",
      "columnCount": 0,
      "joinCount": 0,
      "type": "string"
    }
  ],
  "warnings": [
    "string"
  ]
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}