Skip to main content
GET
/
v1
/
projects
/
{projectId}
/
streaming-pipelines
/
{streamingPipelineId}
/
status
Get a streaming pipeline's status
curl --request GET \
  --url https://eu1.api.matillion.com/dpc/v1/projects/{projectId}/streaming-pipelines/{streamingPipelineId}/status \
  --header 'Authorization: Bearer <token>'
{
  "status": "STARTING"
}

Authorizations

Authorization
string
header
required

a valid bearer token

Path Parameters

projectId
string<uuid>
required

The ID of the project that contains the streaming pipeline definition

streamingPipelineId
string<uuid>
required

The ID of the streaming pipeline definition to get the status of

Response

Successfully retrieved streaming pipeline's status

status
enum<string>

The status of the streaming pipeline

Available options:
STARTING,
SNAPSHOTTING,
STREAMING,
STOPPING,
NOT_RUNNING,
UNKNOWN