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

# Visibility polling

> Start and poll visibility checks safely.

## Start a check

```bash theme={null}
aeo visibility check run
```

Expected response includes a job ID:

```txt theme={null}
jobId: job_...
status: queued
```

## Poll

```bash theme={null}
aeo visibility check poll job_...
```

Repeat until:

```txt theme={null}
status: completed
```

or:

```txt theme={null}
status: failed
```

## Read final state

```bash theme={null}
aeo visibility show
```

## Agent behavior

* Tell the user a credit-metered job is starting.
* Poll with a reasonable delay.
* If the job fails, check `aeo billing ledger` before assuming credits were captured.
