Skip to main content
GET
Get materialization status

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

job_id
string<uuid>
required

Feature engineering job ID.

Response

Successful Response

Status of the materialization step.

job_id
string<uuid>
required
status
enum<string>
required

Lifecycle of an AutoML feature engineering job.

Available options:
running,
pending_approval,
failed,
approved,
materializing,
complete
trino_query_id
string | null
rows_processed
integer | null
error
string | null
started_at
string<date-time> | null
completed_at
string<date-time> | null
training_job_id
string<uuid> | null

AutoML training job chained from this feature engineering job when auto_train is true.