list_folders
Retrieve folders within a specified Productive project, including folder names, IDs, and status filters for active or archived items.
Instructions
List folders in a project.
Productive exposes folders through the /folders endpoint.
Returns folder data including:
Folder ID and name
Archived status
Position/order within the project
Hidden flag and project relationship
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of folders to return (max 200) | |
| status | No | Folder status filter: 1 = active, 2 = archived | |
| project_id | Yes | Productive project ID to list folders for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||