Command Palette
Search for a command to run

Get a job

Retrieve details for a single job

GET
/auth/v1/seed/{namespace}/jobs/{name}

Retrieve details for a single job, including its current status, timing information, and any errors.

Path parameters

namespace type: string (required)
The namespace (user or organization) the job belongs to.
name type: string (required)
The job name (e.g., `training-run-1`).