Query Parameters
limit?integer
Default
100stream_id?string|null
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/responses"{
"object": "list",
"data": [
{
"id": "string",
"object": "response",
"created_at": 0,
"model": "string",
"status": "in_progress"
}
],
"has_more": false
}{
"status_code": 400,
"detail": "Bad Request",
"extra": {}
}