GET search.messages

slack.com

Summary:
Operation ID: search_messages
Auth: unknown
Description

Searches for messages matching a query.

Parameters (7)

count (integer, query, optional)

Pass the number of results you want per "page". Maximum of `100`.

highlight (boolean, query, optional)

Pass a value of `true` to enable query highlight markers (see below).

page (integer, query, optional)
query (string, query, required)

Search query.

sort (string, query, optional)

Return matches sorted by either `score` or `timestamp`.

sort_dir (string, query, optional)

Change sort direction to ascending (`asc`) or descending (`desc`).

token (string, query, required)

Authentication token. Requires scope: `search:read`

No probe data for this endpoint yet.