List Time Entries
list_time_entriesFilter and retrieve 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 |
|---|---|---|---|
| userId | No | Filter by user ID / Filtrar por ID de usuario | |
| projectId | No | Filter by project ID / Filtrar por ID de proyecto | |
| from | No | Start date ISO 8601 (YYYY-MM-DD) / Fecha inicio | |
| to | No | End date ISO 8601 (YYYY-MM-DD) / Fecha fin | |
| billable | No | Filter by billable flag / Filtrar por facturabilidad | |
| limit | No | Max results (1-100) / Resultados maximos | |
| offset | No | Offset / Desplazamiento | |
| after | No | Cursor for cursor-based pagination / Cursor para paginacion |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| total | Yes | ||
| limit | Yes | ||
| offset | Yes | ||
| nextCursor | No |