Get Time Summary
get_time_summaryRetrieve aggregated time tracking summary for a workspace or specific team member. Filter by date range, user, or project to analyze total hours, billable time, and estimated costs.
Instructions
Get aggregated time tracking summary for a workspace or specific team member. Returns total hours, billable hours, non-billable hours, and estimated cost for the period. Filter by date range and optionally by user ID for per-member breakdowns. / Obtiene el resumen agregado de seguimiento de tiempo para el espacio de trabajo o un miembro. Devuelve horas totales, facturables, no facturables y coste estimado del periodo. Filtra por rango de fechas y opcionalmente por usuario para desglose por miembro.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | Start date ISO 8601 (YYYY-MM-DD) / Fecha inicio | |
| to | Yes | End date ISO 8601 (YYYY-MM-DD) / Fecha fin | |
| userId | No | Filter to a specific member (omit for workspace total) / Filtrar a un miembro concreto (omitir para total workspace) | |
| projectId | No | Filter to a specific project / Filtrar a un proyecto concreto | |
| groupBy | No | Group results by user, project, or day (default: no grouping) / Agrupar resultados por usuario, proyecto o dia |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | ||
| to | Yes | ||
| totalHours | Yes | ||
| billableHours | Yes | ||
| nonBillableHours | Yes | ||
| estimatedCostEur | No | ||
| groups | No |