When to Use
- Data catalog sync: Export assets to external tools
- Automation: Build workflows that operate on your asset inventory
- Auditing: Generate reports of all monitored tables
SDK & CLI Examples
Parameters
| Parameter | Type | Description |
|---|---|---|
source | string | Filter by data source name |
asset_type | string | Filter by type: table, view |
schema | string | Filter by schema name |
limit | integer | Max results to return (default: 100, max: 1000) |
offset | integer | Skip first N results for pagination |
Response
Response Fields
| Field | Description |
|---|---|
id | Unique asset identifier |
qualified_name | Full path: source.schema.table |
asset_type | table or view |
source | Data source this asset belongs to |
schema | Database schema name |
name | Table/view name |
columns | Number of columns |
freshness_status | fresh, stale, or unknown |
last_updated | Last data update timestamp |
tags | Applied classification and custom tags |
Error Responses
| Status | Meaning |
|---|---|
401 | Invalid or missing API key |
403 | API key doesn’t have read permissions |
429 | Rate limit exceeded |
