Skip to main content
GET
Get Asset Freshness Overview
Check whether data is fresh or stale. Use this to gate pipelines, build monitoring dashboards, or verify SLA compliance.

When to Use

  • Pipeline gating: Fail jobs if upstream data is stale
  • Dashboards: Show freshness status in monitoring tools
  • SLA tracking: Verify data meets freshness requirements
  • Alerting integration: Build custom alert workflows

SDK & CLI Examples

Parameters

Response

Response Fields

Status Values

Error Responses

Headers

Authorization
string

Path Parameters

asset_id
string<uuid>
required

Query Parameters

limit
integer
default:20

Maximum tables to return

Required range: 1 <= x <= 100
offset
integer
default:0

Number of tables to skip

Required range: x >= 0
status_filters
string | null

Comma-separated status filters (ready,not_ready,unknown,error)

schema_filters
string | null

Comma-separated schema filters

tag_filters
string | null

Comma-separated tag filters

search_query
string | null

Search query for table names

Response

Successful Response

Standard API response wrapper.

success
boolean
required
data
unknown
message
string | null
error
string | null
meta
Meta · object | null