Agent BrainsAgent Brains
APIConversations

Get conversation history

Returns the history for a selected conversation.

GET
/conversations/{conversationId}/history
x-api-key<token>

Preferred authentication header.

In: header

Path Parameters

conversationId*string

Response Body

application/json

curl -X GET "https://api.agent-brains.com/conversations/string/history"
{
  "history": "string"
}
Empty