Skip to main content
Inspect an async snapshot job by job ID.

Usage

basecut snapshot status <job-id> [flags]

Arguments

ArgumentDescription
<job-id>Snapshot job UUID returned by basecut snapshot create --async.

Flags

FlagDefaultDescription
--jsonfalseOutput raw JSON response.
--profile <name>defaultCredential profile for API auth.
--api-key <key>env/profileAPI key override.

Examples

# 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