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
}Get a paginated list of chat conversations for the current user
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
}Organization ID
Number of items per page
1 <= x <= 100Number of items to skip
x >= 0