Search IQConversation

LLM-friendly URL
POST
https://api.luzmo.com/0.1.0/iqconversation
API call form
Examples

Retrieve accessible IQ conversations

Parameters
Expand all Reset
find *OBJECTrequired
where OBJECT
include ARRAY[OBJECT]
attributes ARRAY[STRING]
order ARRAY
limit NUMBER
offset NUMBER
Can be executed by:
Entity Owner
Can be associated to:
User
Authorization
IQMessage
Did this page help you?
Yes No
Language
Shell
Node
Java
.NET
Python
PHP
Install
npm install @luzmo/nodejs-sdk
Example Response
200
400
500
{
  "count": 1,
  "rows": [
    {
      "id": "1ee074a1-c68f-4722-8641-2a8c4d92da44",
      "updated_at": "2025-11-01T12:34:56.140Z",
      "created_at": "2025-11-01T12:34:56.140Z",
      "authorization_id": "ab3f5e9c-4f9a-4870-bad3-b7c3cf4a9271",
      "user_id": "444e2d0c-8dfb-45c1-bb97-52cb9264671f"
    }
  ]
}