CH·02CLI reference

gpu video list

List your video jobs

List your video jobs

Synopsis

Lists your video generation jobs, newest first. Use --after and --limit for cursor-based pagination. The table shows the job id, model, status, progress, and expiry; --output json emits the full job objects.

gpu video list [flags]

Examples

# Most recent jobs
gpu video list

# Next page after a job id
gpu video list --after <video-id> --limit 50

Options

      --after string   Cursor: list jobs created after this video id
  -h, --help           help for list
      --limit int      Max jobs to fetch (1-100) (default 20)

Options inherited from parent commands

      --api-base string   API base URL (override with GPUAI_API_BASE env) (default "https://api.gpu.ai/v1")
      --debug             Enable debug logging to stderr
  -o, --output string     Output format: table|json (default table on TTY, json otherwise)

SEE ALSO

← The gpu CLI