> ## Documentation Index
> Fetch the complete documentation index at: https://ekso.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# ekso reporting

> Read-only finance / time / risk reports (POST + filter body).

## Overview

Read-only finance / time / risk reports (POST + filter body).

## Verbs

| Verb                      | Description                   |
| ------------------------- | ----------------------------- |
| `time-code`               | Time grouped by code.         |
| `time-week-summary`       | Weekly time summary.          |
| `user`                    | Time grouped by user.         |
| `user-timesheet`          | Per-user timesheet.           |
| `item`                    | Billable item summary.        |
| `profitability`           | Profitability summary.        |
| `profitability-drilldown` | Drilldown into profitability. |
| `risk-board-cycle`        | Risk by board cycle.          |
| `risk-estimate-logged`    | Estimate-vs-logged risk.      |

## Detailed help

Run `ekso` directly to see flags and arguments — `--help` reflects the binary you have installed.

```bash theme={null}
ekso reporting --help
ekso reporting time-code --help
```

## See also

* [CLI overview](/cli/overview)
* [Authentication](/cli/authentication)
* [Configuration](/cli/configuration)
* [API Reference](/api-reference/introduction) — the underlying HTTP routes.
