Export logged exchanges as JSONL
The filtered exchanges as JSONL — one {"messages": [...]} line each, request messages with the assistant reply appended. That’s the chat format every training and eval pipeline accepts, so it pipes straight into your own tooling.
Capped at 10,000 rows; X-Omnia-Export-Capped: true means you hit the cap — narrow the filter (a time range works well) to page through the rest.
Authorizations
Your workspace API key, e.g. sk_sovereign_..., sent as Authorization: Bearer <key>.
Query Parameters
Only exchanges served by this model.
Only exchanges whose request carried this X-Omnia-Tag.
Only exchanges in this auto-detected traffic segment (a segment value from a logs row — the family of system prompts sharing one template). Composes with tag: segments are detected, tags are declared.
stop, length, tool_calls true = cache replays only; false = exclude them.
Unix seconds, inclusive.
Unix seconds, exclusive.
Response
The filtered exchanges as JSONL (application/jsonl), one {"messages": [...]} line per exchange: the request messages with the assistant reply appended. Capped at 10,000 rows.
The response is of type string.