Preview artifact content
artifacts
Preview artifact content
Return a structured preview of an artifact’s content. Supports CSV, TSV, plain text, SQL, markdown, HTML, XML, YAML, JSON, and JSONL.
GET
Preview artifact content
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Path Parameters
Artifact resource URI (e.g., 'artifact:acme-corp:ml-project:training-dataset')
Query Parameters
Number of rows (tabular) or lines (text) to return
Required range:
1 <= x <= 10000Maximum bytes to read from storage
Required range:
1 <= x <= 1048576Response
Successful Response
- TabularPreview
- TextPreview
- RawPreview
Preview for tabular data (CSV, TSV, Parquet).

