cURL
curl --request GET \ --url https://sontairo.com/api/chat/conversations/{id}
{ "data": { "id": "<string>", "workspaceId": "<string>", "projectId": "<string>", "title": "<string>", "agentId": "<string>", "agent": { "id": "<string>", "name": "<string>" }, "messages": [ { "id": "<string>", "role": "USER", "content": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ], "updatedAt": "2023-11-07T05:31:56Z" } }
Get a conversation with all its messages.
Conversation with messages
Show child attributes