82ff0be36937
latestOpenAPI 3.1.02026-08-116484213.6 MBFolders
Get folders
Returns a paginated list of folders — the top-level groupings inside a project that hold its task lists. Supports filtering by project, status, and free-text query.
get/api/v2/folders
Query parameters
Filter folders by specific criteria. Accepts a filter object with field-value pairs.
{
"0": {
"id": {
"eq": "123"
}
},
"$op": "and"
}sortstring[]
Sort folders by one or more fields. Prefix a field name with a minus sign for descending order.
Headers
X-Organization-Idstring required
Organization ID
Response
A paginated collection of folder resources.