Conversations
Search Conversations
Search conversation titles and flat chat history
GET
Search Conversations
Search Conversations
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
AgentFlow is built by ES Consulting — production AI systems, delivered.
Search conversation titles and flat chat history
curl --request GET \
--url https://api.example.com/api/v1/conversations/search| Parameter | Type | Required | Description |
|---|---|---|---|
q | string | yes | Search text |
limit | integer | no | Maximum conversations to return, 1-100 |
{
"conversations": [
{
"id": "conv_abc123",
"title": "Acme renewal planning",
"agent_id": "agent_abc123",
"created_at": "2026-03-15T10:00:00Z",
"updated_at": "2026-03-15T10:30:00Z",
"is_active": true,
"source": null,
"source_id": null,
"source_metadata": null,
"last_read_at": null,
"message_count": 12,
"has_active_generation": false
}
],
"total": 1,
"limit": 20,
"query": "Acme renewal"
}
Was this page helpful?
curl --request GET \
--url https://api.example.com/api/v1/conversations/search