CH·02CLI reference

deeprelay video get

Show details for one video job

Show details for one video job

Synopsis

Fetches a single video job by id and prints its status, progress, queue position (while queued), and expiry. Poll this while a job is in progress; once the status is completed, fetch the mp4 with deeprelay video download.

Examples

deeprelay video get <video-id>
deeprelay video get <video-id> [flags]

Options

  -h, --help   help for get

Options inherited from parent commands

      --api-base string   API base URL (override with DEEPRELAY_API_BASE env) (default "https://api.deeprelay.ai/v1")
      --debug             Enable debug logging to stderr
      --no-preflight      Skip the plan/credit check before inference requests (override with DEEPRELAY_NO_PREFLIGHT env)
  -o, --output string     Output format: table|json (default table on TTY, json otherwise) (default "table")

SEE ALSO

← The gpu CLI