> ## 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 time

> Time tracking entries.

## Overview

Time tracking entries.

## Verbs

| Verb            | Description                                                        |
| --------------- | ------------------------------------------------------------------ |
| `create`        | Create a time entry (body via --data).                             |
| `update`        | Update a time entry (id positional, body via --data).              |
| `delete`        | Delete a time entry.                                               |
| `list-for-item` | List time entries on an item (id positional, --data filter).       |
| `list-by-user`  | List items the user logged time on (id positional, --data filter). |

## Detailed help

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

```bash theme={null}
ekso time --help
ekso time create --help
```

## See also

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