AladiaDocs
Api referenceChatMessages

Retrieve the global search of a message

List all messages

GET
/v2/chat/global-search/messages

List all messages

AuthorizationBearer <token>

In: header

Query Parameters

next?string
prev?string
sortBy?string
sortDirection?string

Value in

  • "desc"
  • "asc"
query*string

Response Body

application/json

curl -X GET "https://example.com/v2/chat/global-search/messages?query=string"
{  "data": [    "string"  ],  "cursor": {    "next": "string",    "prev": "string",    "totalItems": 0  }}