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
| Method | GET |
| Path | /api/msg/channels/:slug/search |
| Domain | Messaging & files · Channels |
| Tier | computation (public) |
| Auth | user |
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.