Skip to main content

Retrieve a run

Retrieve a run.

Path Parameters
    id uuid required

    The ID of the run.

Responses

OK


Schema
    anyOf

    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...