List Folders
Request
Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
search | string | Search by folder name | |
sort | string | createdAt | Sort field: name, createdAt, updatedAt |
order | string | desc | Sort order: asc, desc |
cursor | string | Pagination cursor | |
limit | number | 10 | Items per page (max 100) |
Response
Get Folder by ID
Error Codes
| Status | Code | Description |
|---|---|---|
| 404 | FOLDER_NOT_FOUND | Folder not found |