Skip to main content

List all runs

Returns a list of runs for a job.

Path Parameters
    namespace string required

    Possible values: <= 1024 characters

    The name of the namespace.

    job string required

    Possible values: <= 1024 characters

    The name of the job.

Query Parameters
    limit integer

    Default value: 100

    The number of results to return from offset.

    offset integer

    The initial position from which to return results.

Responses

OK


Schema
    runs object[]
  • Array [
  • 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...