Get metadata by FQN
Retrieve a metadata asset by fully qualified name. Optionally filter by asset_type or retrieve a specific historical version.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Query Parameters
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.
Response
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.

