Skip to main content

Get Pipeline Data Source Status

GET 

/api/v1/pipelines/:pipeline_id/data-sources/:data_source_id/status

Get the status of a data source for a pipeline.

Request

Path Parameters

    pipeline_id uuidrequired
    data_source_id uuidrequired

Cookie Parameters

    session any

Responses

Successful Response

Schema

    job_id

    object

    ID of the latest job.

    anyOf

    string

    deployment_date

    object

    Date of the deployment.

    anyOf

    string

    status ManagedIngestionStatus (string)required

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

    Status of the ingestion.

    error

    object

    List of errors that occurred during ingestion.

    anyOf

  • Array [

  • job_id uuidrequired

    ID of the job that failed.

    message Message (string)required

    List of errors that occurred during ingestion.

    step JobNameMapping (string)required

    Possible values: [MANAGED_INGESTION, DATA_SOURCE, FILES_UPDATE, FILE_UPDATER, PARSE, TRANSFORM, INGESTION]

    Name of the job that failed.

  • ]

Loading...