Documentation Index
Fetch the complete documentation index at: https://docs.msgflash.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Query parameters
| Field | Type | Required | Description |
|---|---|---|---|
limit | integer | no | Page size, default 50, max 100 |
cursor | string | no | Opaque cursor returned by the previous page |
search | string | no | Case-insensitive match on name or description (1-100 chars) |
Success response 200
Notes
- Pass the
nextCursorvalue back ascursorto fetch the next page. Stop whenhasMoreisfalseornextCursorisnull.