Skip to content
CLI reference for ChalkSurf CLI v0.3.6. Your installed chalksurf --help output remains authoritative for that binary.

chalksurf job wait

chalksurf job wait <jobIds..>
Poll jobs until they complete, fail, or time out
Positionals:
jobIds One or more job IDs to wait for [array] [required] [default: []]
Options:
--json Write machine-readable JSON to stdout [boolean] [default: false]
--result-file Publish the complete JSON result envelope to a new private file [string]
--base-url Base URL of the ChalkSurf API [string]
--organization Organization ID to use for this command [string]
--profile CLI profile to use for this command [string]
-v, --version Show the CLI version [boolean]
--help Show help [boolean]
--timeout-ms Maximum time to wait before timing out [number] [default: 300000]
Examples:
chalksurf job wait job_123 job_124 Wait for one or more jobs to reach a terminal state
chalksurf job wait job_123 --timeout-ms 60000 --json Poll a job for up to 60 seconds