feat: filter internal runs endpoint by conversation id [LET-6886] (#8437)
This commit is contained in:
committed by
Caren Thomas
parent
d99195f19d
commit
318498bde3
@@ -11622,6 +11622,24 @@
|
||||
},
|
||||
"description": "Filter runs by project ID."
|
||||
},
|
||||
{
|
||||
"name": "conversation_id",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"description": "Filter runs by conversation ID.",
|
||||
"title": "Conversation Id"
|
||||
},
|
||||
"description": "Filter runs by conversation ID."
|
||||
},
|
||||
{
|
||||
"name": "duration_percentile",
|
||||
"in": "query",
|
||||
|
||||
Reference in New Issue
Block a user