Search IQMessage

LLM-friendly URL
POST
https://api.luzmo.com/0.1.0/iqmessage
API call form
Examples
List of examples
  • Retrieve IQ messages containing a word
  • Retrieve IQ messages sent in a certain time range
Install
pkg:maven/com.luzmo/sdk@1.0.0
Example Response
200
400
500
{
  "count": 1,
  "rows": [
    {
      "id": "d2c91b68-3053-4614-9b42-62dcfeb14b28",
      "order": 1,
      "content": {
        "role": "user",
        "message": "Why are my sales dropping?"
      },
      "response_mode": "mixed",
      "locale_id": "en",
      "timezone_id": "America/New_York"
    }
  ]
}