スレッドクエリストリーム
スレッドクエリストリーム
POST
スレッドクエリストリーム
Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-docs-2658.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.
ボディ
application/json
turn call のみを基に集約した統計情報でスレッドをクエリします。
turn call は、スレッドコンテキストの直接の子です(call.id == turn_id の場合)。 これにより、ネストされた実装の詳細をすべて含めるのではなく、会話レベルで意味のある統計情報を取得できます。
プロジェクトのID
例:
"my_entity/my_project"
スレッドのクエリに対するフィルター条件
返すスレッドの最大数
スキップするスレッド数
スレッドの並べ替え条件。サポートされるフィールド: 'thread_id', 'turn_count', 'start_time', 'last_updated', 'p50_turn_duration_ms', 'p99_turn_duration_ms'。
例:
[
{
"direction": "desc",
"field": "last_updated"
}
]レスポンス
成功レスポンス