Skip to main content
Multistart progress for a Data Fit element

Path Parameters

element_id
string
required

Query Parameters

traces
enum<string>
default:best

Which convergence traces to include: the best multistart only (cheap enough to poll), or every multistart (one storage read per child; fetch once, on request).

Available options:
best,
all

Response

Successful Response

Response from GET /pipelines/elements/{element_id}/progress.

element_id
string
required
status
enum<string>
required
Available options:
pending,
running,
completed,
failed,
skipped,
canceled
progress
ElementProgress · object
required

Multistart roll-up for a Data Fit element, computed server-side so the UI never has to enumerate child jobs.

best_index
integer | null
traces
MultistartTrace · object[]
traces_complete
boolean
default:false