| Parameter | Type | Default | Description |
|---|---|---|---|
organization | UUID | required | Organization UUID |
page | integer | 1 | Page number |
per_page | integer | 10 | Items per page (max 100) |
search | string | — | Search by filename (case-insensitive) |
sort | string | -timestamp | Sort field with direction (+filename, -timestamp) |
archived | boolean | — | Filter by archived status |
show_all | boolean | false | Show all documents regardless of archive status |
-timestamp (most recent first). Prefix with + for ascending or - for descending.
Supported sort fields: filename, timestamp.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Organization UUID
x >= 11 <= x <= 100Search by filename
+field or -field (filename, timestamp)