Conversations
Get Conversation
Get a conversation and its metadata
GET
Get Conversation
Get Conversation
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.
Get a conversation and its metadata
curl --request GET \
--url https://api.example.com/conversations/{conversation_id}| Parameter | Type | Description |
|---|---|---|
conversation_id | string | Conversation ID |
{
"id": "conv_abc123",
"agent_id": "agent_abc123",
"title": "Q4 Sales Analysis",
"created_at": "2026-03-15T10:00:00Z",
"updated_at": "2026-03-15T10:30:00Z",
"is_active": true,
"metadata": {},
"message_count": null,
"has_active_generation": false
}
Was this page helpful?
curl --request GET \
--url https://api.example.com/conversations/{conversation_id}