Skip to main content
GET
Get Jobs Status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

transforms_id
string
required

Response

Successful Response

id
string
required
job_name
string
required
status
enum<string>
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.

Available options:
RUNNING,
INITIALIZING,
DEPLOYING,
CANCELLING,
CANCELED,
CREATED,
RESTARTING,
FAILING,
FAILED,
STOPPED,
UNKNOWN
start_time
string<date-time> | null