jobs

List scheduled jobs

List scheduled jobs for an entity

get/api/scheduled-jobs/{namespace}

Path parameters

namespacestring required

Query parameters

labelstring

Filter scheduled jobs by label. Format: 'key=value' (e.g., 'environment=production').

Response

Array of scheduled job data

idstring required
createdAtstring date-time required
schedulestring required
suspendboolean required
suspendReasonstring
concurrencyboolean required
type'scheduled-job' required

Changes

Changed in 2 of the 50 revisions of this API.3

    • added the optional property items/jobSpec/resourceGroup to the response with the 200 status

      response-optional-property-added

    • added the optional property items/jobSpec/resourceGroupId to the response with the 200 status

      response-optional-property-added

    • added the optional property items/jobSpec/expose to the response with the 200 status

      response-optional-property-added