Skip to main content
GET
Feature refinement result — columnStatus + refined download links

Authorizations

Authorization
string
header
required

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

Path Parameters

featureRefinementKey
string<uuid>
required

Response

Result

The finished run's outcome — the per-column KEEP/REMOVE decisions and signed download URLs for the reduced deliverables. The download URLs are short-lived and null until the run reaches REFINEMENT_COMPLETED.

featureRefinementKey
string<uuid>
state
string
columnStatus
object[]

One entry per original column, in column order, with its keep/remove outcome.

refinedTrainUrl
string | null

Short-lived signed GET URL for the reduced train CSV. Null before REFINEMENT_COMPLETED.

refinedPredictionUrl
string | null

Short-lived signed GET URL for the reduced prediction/test CSV. Null before REFINEMENT_COMPLETED.

refinedColumnStatusUrl
string | null

Short-lived signed GET URL for the column-status filter file (the per-column KEEP/REMOVE 1/0 vector as CSV) — the same decisions as columnStatus above, downloadable as a file so it can be reapplied to drop columns from a later prediction file. Null before REFINEMENT_COMPLETED.