Skip to main content
GET
Get asset by ID
Get complete details for a single asset including columns, relationships, freshness status, and tags.

When to Use

  • Asset details: Get full metadata for a specific table
  • Column inspection: List all columns with types and descriptions
  • Freshness check: Verify data recency for a single asset
  • Integration sync: Pull asset metadata into external tools

SDK & CLI Examples

Parameters

Response

Response Fields

Error Responses

Headers

Authorization
string

Path Parameters

asset_id
string
required

Response

Successful Response

Schema for asset responses.

id
string
required

Public UUID of the asset

name
string
required

Display name

asset_type
string
required

Type: table, view, etc.

is_active
boolean
required

Whether monitoring is active

created_at
string | null
required
description
string | null
connection_status
string | null
discovery_state
string | null
last_refresh_at
string | null
table_count
integer | null
column_count
integer | null
schema_count
integer | null
catalog_count
integer | null
updated_at
string | null
host
string | null
port
integer | null
database_name
string | null
username
string | null
ssl_enabled
boolean | null
default_catalog
string | null
http_path
string | null
extra_params
Extra Params · object | null
schema_status
string | null
schema_message
string | null
schema_change_status
string | null
schema_change_message
string | null
schema_change_summary
string | null
freshness_status
string | null
freshness_message
string | null
freshness_summary
string | null
lineage_status
string | null
lineage_message
string | null
tags_status
string | null
tags_message
string | null
tags_counts
Tags Counts · object | null
intelligence_status
string | null
intelligence_message
string | null
data_quality_status
string | null
data_quality_message
string | null
query_access_level
string | null
tags_mode
string | null
intelligence_mode
string | null
auto_tag_enabled
boolean
default:false
effective_access_level
string | null
features
Features · object | null