Skip to main content

Create a run

deprecated

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

Creates a new run object 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.

Request Body
    id uuid

    An optional user-provided unique ID of the run. A run ID must be an UUID. If an ID for the run is not provided, a random UUID will be generated for the given run.

    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.

    args object

    The arguments of the run.

Responses

CREATED


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