Lists all folders of an user.
You can filter and customize the results using query parameters.
Query Parameters
Parameter | Type | Default | Description |
---|
query | string | - | Filter folders by name |
page | integer | 0 | Page number for pagination |
limit | integer | 25 | Number of results per page |
Sample Request
Here’s a sample request to list all user’s folders:
Response
The API returns an array of JSON objects with the folder details.
Each folder object contains the following properties:
id string
The unique identifier of the folder.
name string
The name of the folder.
createdAt string
The timestamp when the folder was created.
updatedAt string
The timestamp when the folder was last updated.