Calls Query Stats
POST/calls/query_stats
Calls Query Stats
Request
- application/json
Body
required
- CallsFilter
- MOD1
Array [
]
- MOD1
Array [
]
- MOD1
Array [
]
- MOD1
Array [
]
- MOD1
Array [
]
- MOD1
Array [
]
- MOD1
- MOD1
Array [
]
- MOD1
Array [
]
- Query
project_id Project Id (string)required
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
query
object
anyOf
$expr objectrequired
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
count Count (integer)required
{
"count": 0
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Message (string)required
type Error Type (string)required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...