Agent Chat

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.

get/api/agent-chat/artifacts/{short_id}

Path parameters

short_idstring required

Query parameters

offsetinteger nullable
limitinteger nullable

Cookies

ex_accessstring nullable
ex_orgstring nullable

Response

Successful Response

{"stackTrail":"paths:/api/agent-chat/artifacts/{short_id}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.