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

# Jobs

> `gcai jobs` commands.

## `gcai jobs get`

Get async job status

```bash theme={null}
gcai jobs get <id> [--wait <number>]
```

| Flag              | Type     | Required | Description                                                                                                                                                                      |
| ----------------- | -------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `--wait <number>` | `number` |          | Optional long-poll wait time in seconds. Use `0` for fire-and-forget behavior. If both `wait` and `Prefer: wait=...` are supplied, they must match. Values above 90 are clamped. |

Wraps `GET /jobs/{id}` — see [Get async job status](/api-reference/get-async-job) for full parameter semantics.
