Skip to main content
POST
/
calls
/
stream_query
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Headers

accept
string
default:application/jsonl

Body

application/json
project_id
string
required
filter
CallsFilter · object
limit
integer | null
offset
integer | null
sort_by
SortBy · object[] | null
query
Query · object
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.

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

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

Example:
[
"inputs.self.message",
"inputs.model.prompt"
]
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