v1

OpenAPI 3.1.0Proprietary2026-07-13197242444.9 KB
Transforms

Get Jobs Status

get/transforms/{transforms_id}/job_status

Path parameters

transforms_idstring required

Response

Successful Response

idstring required
job_namestring required
status'RUNNING' | 'INITIALIZING' | 'DEPLOYING' | 'CANCELLING' | 'CANCELED' | 'CREATED' | 'RESTARTING' | 'FAILING' | 'FAILED' | 'STOPPED' | 'UNKNOWN' required

Transform job status values.

These values match the statuses returned by get_transform_status() in transforms/dynamic_utils.py. The status is computed from ClickHouse metrics that track each phase of transform execution.

start_timestring date-time nullable