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

# tasks

> Check and monitor background task status.

Some crcli operations (like file pushes to large device groups) run as background tasks. Use `tasks` commands to check their status.

## `tasks get`

Get the status of a task by ID.

```shell theme={null}
crcli tasks get <task-id>
```

## `tasks watch`

Poll a task until it completes, printing status updates.

```shell theme={null}
crcli tasks watch <task-id>
```

Exits automatically when the task reaches a terminal state (completed, failed, or cancelled).
