Skip to main content

GET /api/msg/channels/:slug/search

── GET /msg/channels/:slug/search?q= Search a channel's full history by content (case-insensitive). Returns the newest matches first. Channels persist, so this is a real server quer

MethodGET
Path/api/msg/channels/:slug/search
DomainMessaging & files · Channels
Tiercomputation (public)
Authuser

Request

curl -X GET https://zeqsdk.com/api/msg/channels/YOUR_MACHINE/search \
-H "Authorization: Bearer $ZEQ_KEY"

Needs a machine key — mint one free: curl -X POST https://zeqsdk.com/api/demo-key/mint, then spin up your machine.

Generated from the node's own route registry (GET /api/endpoints) — this path is live.