List storage folders with optional filtering, sorting, and pagination.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
ID of the folder to filter the list. If not provided, all folders will be listed.
Limit the number of items returned per page.
Order the list by a specific field (e.g., created_at).
Success
The response is of type object
.