post
https://apis.elai.io/api/v1/uploads/folders/lookup
Lists folders matching a Mongo-style match filter, always constrained to the caller's workspace.
With no match.parentUploadFolderId, only root-level folders are returned. Pass match.parentUploadFolderId to list the children of a specific folder.
On Free, Creator and Team plans each folder carries an isLimited flag — true means the folder is beyond what the plan allows and is shown but not usable — and limited folders are sorted last.
matchis passed to the query almost as given. Treat it as an internal search facility, not a stable filter language.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
curl -X POST 'https://apis.elai.io/api/v1/uploads/folders/lookup' \
-H 'Authorization: Bearer YOUR_API_TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"match": {
"parentUploadFolderId": "66a1f0c2b7cd13032a9c6100"
},
"sort": "NAME_ASCEND"
}'
