Skip to main content
POST
Calls Query Stream

Headers

accept
string
default:application/jsonl

Body

application/json
project_id
string
required
filter
CallsFilter · object | null
limit
integer | null
offset
integer | null
sort_by
SortBy · object[] | null
query
Query · object | null
include_costs
boolean | null
default:false

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

include_feedback
boolean | null
default:false

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

include_storage_size
boolean | null
default:false

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

include_total_storage_size
boolean | null
default:false

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

include_usernames
boolean | null
default:false

If true, the response will attempt to resolve each call's wb_user_id to a username for the duration of this request.

columns
string[] | null
expand_columns
string[] | null

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

Example:
return_expanded_column_values
boolean | null
default:true

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

Successful Response