search messages
GET {{baseUrl}}/search.messages?count=<integer>&highlight=<boolean>&page=<integer>&query=<string>&sort=<string>&sort_dir=<string>
Searches for messages matching a query.
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
count | string | Pass the number of results you want per "page". Maximum of 100. | |
highlight | string | Pass a value of true to enable query highlight markers (see below). | |
page | string | ||
query | string | (Required) Search query. | |
sort | string | Return matches sorted by either score or timestamp. | |
sort_dir | string | Change sort direction to ascending (asc) or descending (desc). |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e"}