jobs

Get a job

get/api/jobs/{namespace}/{jobId}

Path parameters

namespacestring required
jobIdstring required

Response

The job

idstring required
createdAtstring date-time required
spaceIdstring
dockerImagestring
timeoutnumber
environmentobject required
commandstring[]
argumentsstring[]
arch'amd64' | 'arm64'
flavor'cpu-basic' | 'cpu-upgrade' | 'cpu-performance' | 'cpu-xl' | 'sprx8' | 'zero-a10g' | 't4-small' | 't4-medium' | 'l4x1' | 'l4x4' | 'l40sx1' | 'l40sx4' | 'l40sx8' | 'a10g-small' | 'a10g-large' | 'a10g-largex2' | 'a10g-largex4' | 'a100-large' | 'a100x4' | 'a100x8' | 'h200' | 'h200x2' | 'h200x4' | 'h200x8' | 'rtx-pro-6000' | 'rtx-pro-6000x2' | 'rtx-pro-6000x4' | 'rtx-pro-6000x8' | 'inf2x6' required
resourceGroupIdstring
retrynumber
startedAtstring date-time
finishedAtstring date-time
type'job' required
secretsstring[]
labelsobject

Changes

Changed in 3 of the 51 revisions of this API.13

    • added the new RESOURCE_GROUP_LIMIT enum value to the status/cancelReason/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the optional property resourceGroup to the response with the 200 status

      response-optional-property-added

    • added the optional property resourceGroupId to the response with the 200 status

      response-optional-property-added

    • added the optional property expose to the response with the 200 status

      response-optional-property-added