Langburp
Conversations

Get conversations for a connection

Get conversations for a connection

GET
/v1/connections/{connectionId}/conversations

Authorization

x-api-key<token>

In: header

x-secret-key<token>

In: header

Path Parameters

connectionId
Required
string
curl -X GET "https://api.langburp.com/v1/connections/string/conversations" \
  -H "x-api-key: <token>" \
  -H "x-secret-key: <token>"

The conversations were fetched successfully

{
  "conversations": [
    {
      "id": "conv_123"
    }
  ]
}