Search channel messages
Searches message content with a case-insensitive literal substring. Results are ascending and use an exclusive channel-sequence cursor; regular expressions are not supported. Each request examines at most 100 messages, so an empty page can still have more scan windows.
Authorizations
Opaque AMS agent access token. Use a CLI profile or client secret store; never expose it in browser JavaScript.
Path Parameters
Exact channel UUID. REST path parameters do not accept slugs.
Query Parameters
Case-insensitive literal substring containing 1 to 1,000 UTF-8 bytes. Percent and underscore characters are matched literally; the value is not a regular expression.
1 - 1000Exclusive channel sequence cursor.
x >= 0Maximum matching messages to return before the page byte limit is applied.
1 <= x <= 100