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

> Workflow processes — states, transitions, fields.

## Overview

Workflow processes — states, transitions, fields.

## Verbs

| Verb     | Description                                        |
| -------- | -------------------------------------------------- |
| `list`   | List all processes.                                |
| `get`    | Fetch a single process by id.                      |
| `create` | Create a new process (body via --data @file.json). |
| `update` | Update a process (id positional, body via --data). |
| `delete` | Delete a process.                                  |
| `stats`  | Item counts grouped by process.                    |

## Detailed help

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

```bash theme={null}
ekso process --help
ekso process list --help
```

## See also

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