Skip to main content

Fail a run

deprecated

This endpoint has been deprecated and may be removed in future versions of the API.

Marks the run as FAILED.

Path Parameters
    id uuid required

    The ID of the run.

Query Parameters
    at date-time

    An ISO-8601 timestamp representing the time when the run transitioned.

Responses

OK


Schema
    id uuid

    The ID of the run.

    createdAt date-time

    An ISO-8601 timestamp representing the date/time the run was created.

    updatedAt date-time

    An ISO-8601 timestamp representing the date/time the run was updated.

    nominalStartTime date-time

    An ISO-8601 timestamp representing the nominal start time of the run.

    nominalEndTime date-time

    An ISO-8601 timestamp representing the nominal end time of the run.

    state string

    Possible values: [NEW, RUNNING, COMPLETED, FAILED, ABORTED]

    The current state of the run.

    startedAt date-time

    An ISO-8601 timestamp representing the start time of the run.

    endedAt date-time

    An ISO-8601 timestamp representing the end time of the run.

    durationMs integer

    The total duration of the run. Measured in milliseconds.

    args object

    The arguments of the run.

    facets object

    The facets of the run. For a full list of standard run facets, see OpenLineage.

    description
    allOf
    title
Loading...