Search IQConversation

LLM-friendly URL
POST
https://api.luzmo.com/0.1.0/iqconversation
API call form
Examples
List of examples
  • Retrieve IQ messages containing a word
  • Retrieve IQ messages sent in a certain time range
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"
    }
  ]
}