Ollang API Reference
Retrieve All Folders
Get a paginated list of all folders with optional search and sorting functionality
GET
Retrieve a paginated list of all folders associated with your account. Folders are used to organize your projects. You can use folder IDs when uploading files to place projects into specific folders.
Authorizations
This endpoint requires API key authentication. Include your API key in the request header:- Header name:
X-Api-Key - Header value: Your API key from the Ollang dashboard
- Format:
X-Api-Key: your-api-key-here
Query Parameters
The page number to retrieve. Must be a positive integer starting from 1.
The number of items per page. Must be between 1 and 50.
The field to sort the results by. Common values include
id, name,
createdAt.The direction to sort the results. Must be either
asc (ascending) or desc
(descending).A search term to filter folders by name. The search is case-insensitive and
supports partial matches.
Response
The response contains a paginated list of folders with metadata about the pagination.Array of folder objects containing detailed information about each folder.
Pagination metadata providing information about the current page and total results.