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

# Get agent

> GET /api/v1/agents/{id}

Fetch agent detail. While provisioning, poll `config.provisioning_stages`.

```bash theme={null}
curl -sS "$SEAOTTER_API/api/v1/agents/$AGENT_ID" \
  -H "Authorization: Bearer $SEAOTTER_API_KEY" \
  | jq '{status, stages: .config.provisioning_stages, dashboard_url}'
```
