list-logged-time
List logged time entries with filters for person, project, date range, billable status, and more.
Instructions
List all logged time entries with optional filtering by person, project, date range, and billable status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| people_id | No | Filter by person ID | |
| project_id | No | Filter by project ID | |
| task_id | No | Filter by task ID | |
| start_date | No | Filter by start date (YYYY-MM-DD) - inclusive | |
| end_date | No | Filter by end date (YYYY-MM-DD) - inclusive | |
| billable | No | Filter by billable status (1 = billable, 0 = non-billable) | |
| locked | No | Filter by locked status (1 = locked, 0 = unlocked) | |
| page | No | Page number for pagination | |
| per-page | No | Number of items per page (max 200) | |
| fields | No | Comma-separated list of fields to return |