List Tasks
productive_list_tasksList and filter Productive.io tasks by project, assignee, task list, board, or status to find task and task list IDs.
Instructions
List and filter tasks in Productive.io. Filter by project, assignee, task list, board, or status. Status values: 1=open, 2=closed. Use this to find task IDs and task_list IDs.
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 tasks by title | |
| status | No | Filter by status (1=open, 2=closed) | |
| page_size | No | Number of results per page (max 200) | |
| project_id | No | Filter by project ID | |
| assignee_id | No | Filter by assignee person ID | |
| task_list_id | No | Filter by task list ID |