Using the REST API
Using the REST API
Fetch your Discord content via HTTP.
Endpoints
- GET /threads - List threads
- GET /threads/:id - Get thread details
- GET /search - Full-text search
- GET /servers/:id - Server info
## Pagination
Use cursor for pagination:
``bash``
GET /threads?limit=20&cursor=abc123