Calls Query Stream
POST/calls/stream_query
Calls Query Stream
Request
Header Parameters
Default value: application/jsonl
- application/json
Body
required
- CallsFilter
- MOD1
Array [
]
- MOD1
Array [
]
- MOD1
Array [
]
- MOD1
Array [
]
- MOD1
Array [
]
- MOD1
Array [
]
- MOD1
- MOD1
Array [
]
- MOD1
Array [
]
- MOD1
- MOD1
- MOD1
Array [
]
- Query
- MOD1
- MOD1
- MOD1
Array [
]
- MOD1
Array [
]
filter
object
anyOf
op_names
object
anyOf
string
input_refs
object
anyOf
string
output_refs
object
anyOf
string
parent_ids
object
anyOf
string
trace_ids
object
anyOf
string
call_ids
object
anyOf
string
trace_roots_only
object
anyOf
boolean
wb_user_ids
object
anyOf
string
wb_run_ids
object
anyOf
string
limit
object
anyOf
integer
offset
object
anyOf
integer
sort_by
object
anyOf
Possible values: [asc
, desc
]
query
object
anyOf
include_costs
object
Beta, subject to change. If true, the response will include any model costs for each call.
anyOf
boolean
include_feedback
object
Beta, subject to change. If true, the response will include feedback for each call.
anyOf
boolean
columns
object
anyOf
string
expand_columns
object
Columns to expand, i.e. refs to other objects
anyOf
string
Responses
- 200
- 422
Successful Response
- application/json
- Schema
Schema
any
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}