List Projects
productive_list_projectsList and search Productive.io projects by name, company, type, or status to retrieve project IDs for tasks, deals, and related operations.
Instructions
List and search Productive.io projects. Supports filtering by company, project type, and archived status. Use this to find project IDs needed for other tools like productive_list_tasks or productive_list_deals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts at 1) | |
| sort | No | Sort field. Prefix with - for descending (e.g. '-created_at') | |
| query | No | Search projects by name | |
| status | No | Filter by status (1=active, 2=archived) | |
| page_size | No | Number of results per page (max 200) | |
| company_id | No | Filter by company ID | |
| project_type_id | No | Filter by project type (1=internal, 2=client) |