List Documents
Documents
List Documents
Paginate over documents stored in the workspace, optionally filtered by folder or tag
GET
List Documents
Request
Query Parameters
Page number.
Results per page. Maximum 100.
Filter to documents in a specific folder path (e.g.
/clients/acme/ndas).Filter to documents with the given tag. Repeat the parameter to require multiple tags.
Filter to a MIME type (e.g.
application/pdf).Search against
name and description.ISO 8601 lower bound on
created_at.Headers
Response
Pagination metadata:
page, per_page, total.X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, and X-Request-ID.
Example Response
Errors
| Status | Code | Description |
|---|---|---|
| 401 | invalid_key | Invalid or expired API key |
| 403 | insufficient_permissions | Missing read:documents permission |
| 429 | rate_limited | Rate limit exceeded |