Help us improve these docs. Take our quick survey.
curl --request POST \
--url https://api.example.com/calls/stream_query \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"filter": {
"op_names": [
"<string>"
],
"input_refs": [
"<string>"
],
"output_refs": [
"<string>"
],
"parent_ids": [
"<string>"
],
"trace_ids": [
"<string>"
],
"call_ids": [
"<string>"
],
"thread_ids": [
"<string>"
],
"turn_ids": [
"<string>"
],
"trace_roots_only": true,
"wb_user_ids": [
"<string>"
],
"wb_run_ids": [
"<string>"
]
},
"limit": 123,
"offset": 123,
"sort_by": [
{
"field": "<string>",
"direction": "asc"
}
],
"query": {
"$expr": {
"$and": [
{
"$literal": "<string>"
}
]
}
},
"include_costs": false,
"include_feedback": false,
"include_storage_size": false,
"include_total_storage_size": false,
"include_usernames": false,
"columns": [
"<string>"
],
"expand_columns": [
"inputs.self.message",
"inputs.model.prompt"
],
"return_expanded_column_values": true
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}curl --request POST \
--url https://api.example.com/calls/stream_query \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"filter": {
"op_names": [
"<string>"
],
"input_refs": [
"<string>"
],
"output_refs": [
"<string>"
],
"parent_ids": [
"<string>"
],
"trace_ids": [
"<string>"
],
"call_ids": [
"<string>"
],
"thread_ids": [
"<string>"
],
"turn_ids": [
"<string>"
],
"trace_roots_only": true,
"wb_user_ids": [
"<string>"
],
"wb_run_ids": [
"<string>"
]
},
"limit": 123,
"offset": 123,
"sort_by": [
{
"field": "<string>",
"direction": "asc"
}
],
"query": {
"$expr": {
"$and": [
{
"$literal": "<string>"
}
]
}
},
"include_costs": false,
"include_feedback": false,
"include_storage_size": false,
"include_total_storage_size": false,
"include_usernames": false,
"columns": [
"<string>"
],
"expand_columns": [
"inputs.self.message",
"inputs.model.prompt"
],
"return_expanded_column_values": true
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-john-wbdocs-2044-rename-serverless-products.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Show child attributes
Show child attributes
Show child attributes
베타 기능이며 변경될 수 있습니다. true이면 응답에 각 call의 모델 비용이 포함됩니다.
베타 기능으로, 변경될 수 있습니다. true이면 응답에 각 call의 피드백이 포함됩니다.
베타 기능으로, 변경될 수 있습니다. true이면 응답에 각 call의 저장소 크기가 포함됩니다.
베타 기능으로, 변경될 수 있습니다. true이면 응답에 트레이스의 총 저장소 크기가 포함됩니다.
true이면 응답은 이 요청이 처리되는 동안 각 호출의 wb_user_id를 사용자 이름으로 확인하려고 시도합니다.
확장할 열(즉, 다른 객체를 참조하는 ref)
[
"inputs.self.message",
"inputs.model.prompt"
]true이면 응답에 확장된 열의 원시 값이 포함됩니다. false이면 응답의 expand_columns는 필터링과 정렬에만 사용됩니다. 이는 예를 들어 성능상의 이유로 클라이언트가 ref를 직접 확인하려는 경우에 유용합니다.
성공적인 응답