Retrieve details for a specific data asset
| Parameter | Type | Description |
|---|---|---|
asset_id | string | Asset ID (UUID) or qualified name |
include_columns | boolean | Include column details (default: true) |
| Field | Description |
|---|---|
id | Unique asset identifier |
qualified_name | Full path: source.schema.table |
description | Human-readable description (generated or manual) |
freshness.status | fresh, stale, or unknown |
freshness.last_updated | Timestamp of most recent data |
freshness.sla_threshold | Configured freshness SLA |
columns | Array of column definitions |
columns[].tags | Classification tags on this column |
tags | Asset-level tags |
| Status | Meaning |
|---|---|
401 | Invalid or missing API key |
404 | Asset not found |
429 | Rate limit exceeded |