This route requires Bearer token authentication! You MUST have VIEW_CHANNEL permission for this route.

Request

GET https://localhost:8989/api/channels/{channelID}/search?q={q}&before={before}&limit={limit}

Path parameters

Parameter name Value Description Additional
channelID string Required
q string

text search query input

Required
before integer

a message timestamp

Required
limit integer

max number of messages to return

Required

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

a GenericMessage data object

CursorMessageArray

Explore this API

channelID
q

text search query input

before

a message timestamp

limit

max number of messages to return

Response Content-Type
Try it out!