Retrieve a metadata asset by fully qualified name. Optionally filter by asset_type or retrieve a specific historical version.
Documentation Index
Fetch the complete documentation index at: https://docs.emergence.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Fully qualified name of the entity
Expected asset type (for validation) Asset type discriminator values.
database, database_schema, table, column Specific version to retrieve (e.g., '0.10'). Cannot be combined with include_children=true.
^\d+\.\d+$Include direct child entities (max 500). Check children_total to detect truncation.
Successful Response
Response schema for metadata assets.
Asset type discriminator values.
database, database_schema, table, column Total number of direct children. Compare with len(children) to detect truncation (max 500 returned).
Structured diff between consecutive versions.