Get Artifact
Get artifact data by short_id.
Without offset/limit returns the full content (backward compat with callers that haven't migrated to pagination). When both are provided (typical UI flow for large tabular artifacts — people can be 20k+ rows), returns only the requested slice.
Reads from the parquet/md file referenced by artifact.path when present; falls back to the legacy data JSONB for artifacts written before the file-based refactor.
people artifacts store only person_id in the file (an intermediate pointer, not the display row) — hydrated into the product people-row shape via ClickHouse before returning, same dispatch as the playground endpoint. Without it every people table renders with the right row count but no name/company/title/email in any cell.
Path parameters
Query parameters
Cookies
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.