Skip to main content

List Pipeline Jobs

GET 

/api/v1/pipelines/:pipeline_id/jobs

Get jobs for a pipeline.

Request

Path Parameters

    pipeline_id uuidrequired

Cookie Parameters

    session any

Responses

Successful Response

Schema

  • Array [

  • id uuidrequired

    Unique identifier

    created_at

    object

    Creation datetime

    anyOf

    string

    updated_at

    object

    Update datetime

    anyOf

    string

    status ManagedIngestionStatus (string)required

    Possible values: [NOT_STARTED, IN_PROGRESS, SUCCESS, ERROR, PARTIAL_SUCCESS]

    Status of the pipeline deployment.

    started_at

    object

    Time the pipeline deployment started.

    anyOf

    string

    ended_at

    object

    Time the pipeline deployment finished.

    anyOf

    string

  • ]

Loading...