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

> Pins and follow subscriptions on entities.

## Overview

Pins and follow subscriptions on entities.

## Verbs

| Verb              | Description                                      |
| ----------------- | ------------------------------------------------ |
| `create`          | Create a watch (body via --data).                |
| `update`          | Update a watch (id positional, body via --data). |
| `delete`          | Delete a watch.                                  |
| `get`             | Fetch a single watch by id.                      |
| `list-by-owner`   | List watches on the owner entity.                |
| `list-by-watcher` | List watches by a user (the watcher).            |

## Detailed help

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

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

## See also

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