Skip to main content
GET
Export logged exchanges as JSONL

Authorizations

Authorization
string
header
required

Your workspace API key, e.g. sk_sovereign_..., sent as Authorization: Bearer <key>.

Query Parameters

model
string

Only exchanges served by this model.

tag
string

Only exchanges whose request carried this X-Omnia-Tag.

segment
string

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.

finish_reason
enum<string>
Available options:
stop,
length,
tool_calls
cache_hit
boolean

true = cache replays only; false = exclude them.

start
integer

Unix seconds, inclusive.

end
integer

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.