List Time Entries
list_time_entriesList and filter time tracking entries by user, project, date range, or billable status to generate timesheets, billing reports, and project cost analysis.
Instructions
List time tracking entries with optional filters. Filter by user, project, date range, or billable status. Useful for generating timesheets, billing reports, and project cost analysis. / Lista entradas de tiempo con filtros opcionales. Filtra por usuario, proyecto, rango de fechas o facturabilidad. Util para partes de trabajo, informes de facturacion y analisis de costes por proyecto.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date ISO 8601 (YYYY-MM-DD) / Fecha fin | |
| from | No | Start date ISO 8601 (YYYY-MM-DD) / Fecha inicio | |
| after | No | Cursor for cursor-based pagination / Cursor para paginacion | |
| limit | No | Max results (1-100) / Resultados maximos | |
| offset | No | Offset / Desplazamiento | |
| userId | No | Filter by user ID / Filtrar por ID de usuario | |
| billable | No | Filter by billable flag / Filtrar por facturabilidad | |
| projectId | No | Filter by project ID / Filtrar por ID de proyecto |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| limit | Yes | ||
| total | Yes | ||
| offset | Yes | ||
| nextCursor | No |