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
Cookie Parameters
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
- MOD1
- MOD1
- MOD1
Array [
]
- MOD1
job_id
object
ID of the latest job.
anyOf
string
deployment_date
object
Date of the deployment.
anyOf
string
Status of the ingestion.
Possible values: [NOT_STARTED
, IN_PROGRESS
, SUCCESS
, ERROR
, PARTIAL_SUCCESS
, CANCELLED
]
error
object
List of errors that occurred during ingestion.
anyOf
ID of the job that failed.
List of errors that occurred during ingestion.
Name of the job that failed.
Possible values: [MANAGED_INGESTION
, DATA_SOURCE
, FILES_UPDATE
, FILE_UPDATER
, PARSE
, TRANSFORM
, INGESTION
, METADATA_UPDATE
]
effective_at
object
When the status is effective
anyOf
string
{
"job_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"deployment_date": "2024-07-29T15:51:28.071Z",
"status": "NOT_STARTED",
"error": [
null
],
"effective_at": "2024-07-29T15:51:28.071Z"
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}