Skip to main content
GET
/
org
/
{org_id}
/
chat
/
conversations
List chat conversations
curl --request GET \
  --url https://v2-nova-api.prod.czmx.in/org/{org_id}/chat/conversations
{
  "conversations": [
    {
      "created_at": "<string>",
      "id": "<string>",
      "title": "<string>",
      "updated_at": "<string>"
    }
  ],
  "limit": 123,
  "offset": 123,
  "total": 123
}

Path Parameters

org_id
string
required

Organization ID

Query Parameters

limit
integer
default:20

Number of items per page

Required range: 1 <= x <= 100
offset
integer
default:0

Number of items to skip

Required range: x >= 0

Response

OK

conversations
object[]
limit
integer
offset
integer
total
integer