Skip to main content
GET
Get Per-Asset Metric Details

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Include the token in the Authorization header as: Authorization: Bearer <token>. The JWT must contain valid client_id, and project_id claims for tenant isolation and SDK routing.

Query Parameters

asset_fqn
string | null

Fully qualified name to scope the details (e.g. service.database.schema.table)

metric_definition_id
string<uuid> | null

Filter by metric definition ID

dimension_id
string<uuid> | null

Filter by dimension ID

assessment_type
string | null

Filter by assessment type

as_of
string<date-time> | null

Point-in-time snapshot cutoff (ISO 8601)

workflow_run_id
string<uuid> | null

Filter to a specific workflow run

page
integer
default:1

Page number (1-indexed)

Required range: x >= 1
per_page
integer
default:20

Items per page

Required range: 1 <= x <= 100

Response

Successful Response

Paginated per-asset metric details.

data
AssetMetricDetail · object[]
required

List of metric details

pagination
PaginationMeta · object
required

Pagination metadata