Calls

Calls Query Stream

post/calls/stream_query

Headers

acceptstring

Request body

project_idstring required
limitinteger nullable
offsetinteger nullable
include_costsboolean nullable

Beta, subject to change. If true, the response will include any model costs for each call.

include_feedbackboolean nullable

Beta, subject to change. If true, the response will include feedback for each call.

include_storage_sizeboolean nullable

Beta, subject to change. If true, the response will include the storage size for a call.

include_total_storage_sizeboolean nullable

Beta, subject to change. If true, the response will include the total storage size for a trace.

columnsstring[] nullable
expand_columnsstring[] nullable

Columns to expand, i.e. refs to other objects

return_expanded_column_valuesboolean nullable

If true, the response will include raw values for expanded columns. If false, the response expand_columns will only be used for filtering and ordering. This is useful for clients that want to resolve refs themselves, e.g. for performance reasons.

Response

Stream of data in JSONL format

Changes