Skip to main content
GET
Get a table asset

Authorizations

Authorization
string
header
required

Personal or account token.

Path Parameters

asset_id
string
required

Asset identifier.

env_id
string
required

Environment identifier that scopes the request.

Response

Successful Response

data_platform
string
required

Extensible enum. Data platform name. New values may be added over time.

Examples:

"snowflake"

"bigquery"

"databricks"

"redshift"

"postgres"

db_name
string
required

Database (catalog) name.

id
string
required

Unique asset identifier.

kind
string
required

Extensible enum. High-level asset category; picks the typed endpoint that exposes this asset's extra fields (/assets/tables for table, /assets/bi for bi). New values may be added over time — treat any unrecognized value as other and do not hard-fail.

Examples:

"table"

"bi"

"semantic"

"etl"

"other"

materialization
string
required

Extensible enum. Materialization strategy. New values may be added over time.

Examples:

"table"

"view"

"incremental"

"ephemeral"

name
string
required

Asset name.

schema_name
string
required

Schema name.

source_type
string
required

Extensible enum. Integration that synced this asset. New values may be added over time.

Examples:

"dbt"

"looker"

"sigma"

"fivetran"

"tableau"

table_name
string
required

Table or view name.

created_at
string<date-time> | null

When the asset was created in the source platform, when available.

deleted_at
string<date-time> | null

Soft-delete timestamp. Present only in the deleted_since feed.

description
string | null

Description from the source platform.

owners
string[]

Owners assigned to the asset.

parent_id
string | null

ID of the parent asset (e.g. a BI dashboard containing this page).

path
string | null

Logical path of the asset in its project tree.

synced_at
string<date-time> | null

When Elementary last synced this asset. Use with synced_since for incremental reads.

tags
string[]

Tags assigned to the asset.

updated_at
string<date-time> | null

When the asset was updated in the source platform, when available.