CLI Reference
basecut snapshot status
Inspect async snapshot job status by job ID
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Inspect async snapshot job status by job ID
basecut snapshot status <job-id> [flags]
| Argument | Description |
|---|---|
<job-id> | Snapshot job UUID returned by basecut snapshot create --async. |
| Flag | Default | Description |
|---|---|---|
--json | false | Output raw JSON response. |
--profile <name> | default | Credential profile for API auth. |
--api-key <key> | env/profile | API key override. |
# Check status for an async job
basecut snapshot status 550e8400-e29b-41d4-a716-446655440000
# JSON output
basecut snapshot status 550e8400-e29b-41d4-a716-446655440000 --json