List project tasks
hubstaff_list_tasksRetrieve tasks for a project, filtering by active or completed status, and paginate through results.
Instructions
List tasks belonging to a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by task status. | |
| page_limit | No | Number of records per page (max 500). | |
| project_id | Yes | Project id. | |
| page_start_id | No | Cursor id to start the page from (for pagination). |