Search conversations
GET /api/conversations/search
Search / List conversations
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
page_id | query | `string | null` | no |
limit | query | integer | no | — |
status | query | `ConversationExecutionStatus | null` | no |
sort_order | query | ConversationSortOrder | no | — |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
Response body
| Field | Type | Required | Description |
|---|---|---|---|
items | ConversationInfo[] | yes | — |
next_page_id | `string | null` | no |
Operation ID: search_conversations_api_conversations_search_get