list_project_task_assignments
Retrieve task assignments for a project to see available tasks for time tracking and their specific settings.
Instructions
Retrieve task assignments for a specific project. Shows which tasks are available for time tracking on the project and their specific settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The project ID to get task assignments for (required) | |
| is_active | No | Filter by active status | |
| updated_since | No | Filter by assignments updated since this timestamp | |
| page | No | Page number for pagination | |
| per_page | No | Number of assignments per page (max 2000) |