v1

latestOpenAPI 3.1.02026-07-22106199311.5 KB
Streaming Pipelines

Get a streaming pipeline's status

Sends a request to the streaming agent to get the status of a streaming pipeline

get/v1/projects/{projectId}/streaming-pipelines/{streamingPipelineId}/status

Path parameters

projectIdstring uuid required

The ID of the project that contains the streaming pipeline definition

streamingPipelineIdstring uuid required

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

Response

Successfully retrieved streaming pipeline's status

status'STARTING' | 'SNAPSHOTTING' | 'STREAMING' | 'STOPPING' | 'NOT_RUNNING' | 'UNKNOWN'

The status of the streaming pipeline