Skip to main content
GET
/
v1
/
projects
/
{projectId}
/
nodes
/
{nodeId}
/
chat
/
conversations
Get conversations
curl --request GET \
  --url https://api.example.com/v1/projects/{projectId}/nodes/{nodeId}/chat/conversations
projectId
string
required
Project UUID.
nodeId
string
required
Node UUID.
Each node has at most one conversation. The response includes all messages in chronological order.
curl https://api.getkommit.ai/v1/projects/a1b2c3d4-e5f6-7890-abcd-ef1234567890/nodes/n1a2b3c4-d5e6-7890-abcd-ef1234567890/chat/conversations \
  -H "Authorization: Bearer km_your_api_key"