Skip to main content
GET
Get a streaming pipeline's status

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