Preview Sample Data

Before applying policies or creating reports, it’s useful to see a slice of the data itself. This API retrieves up to the first 100 rows of an asset. For example, a data engineer can validate that the “orders” table contains recent transactions before applying a freshness check.

⚠️ All endpoints require authentication. See Authentication & Headers.

Endpoint(s)

  1. Initiate Sample Job: POST /catalog-server/api/assets/:id/sample/async
NameTypeRequiredDescriptionExample
idintYesAsset ID12616
invalidateCachebooleanNoIf true, bypass cached sampletrue
  1. Poll Job Result: GET /catalog-server/api/assets/sample/result/:requestId
NameTypeRequiredDescriptionExample
requestIdstringYesReturned from async requestabc123

Sample Request

Bash
Copy

Response Schema

See Sample Data Schema.

Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard