Command Palette
Search for a command to run

List jobs

Retrieve all jobs in a namespace with optional filtering

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

Retrieve all jobs in a namespace with optional filtering by status, cloud provider, or search term.

Path parameters


namespace
type: string
required
The namespace (user or organization) to list jobs for.

Query parameters


status
type: string
Filter by status. One of `queued`, `provisioning`, `setting_up`, `running`, `succeeded`, `failed`, `cancelled`.
search
type: string
Search jobs by name.
cloud
type: string
Filter by cloud provider. One of `aws`, `azure`, `gcp`.
page
type: integer
Page number for pagination.
default: 1
per_page
type: integer
Number of results per page. Maximum `100`.
default: 20

Previous Create a job

Next Get a job