v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14168671.3 KB

Retrieves information about a stream.

get/stream/{clusterIdentifier}/{streamIdentifier}

Path parameters

clusterIdentifierstring required

The ID of the cluster.

The ID of the cluster containing the stream to retrieve.

streamIdentifierstring required

The ID of the stream.

The ID of the stream to retrieve.

Response

Success

clusterIdentifierstring required

The ID of the cluster for the retrieved stream.

streamIdentifierstring required

The ID of the retrieved stream.

arnstring required

The ARN of the retrieved stream.

status'CREATING' | 'ACTIVE' | 'DELETING' | 'DELETED' | 'FAILED' | 'IMPAIRED' required

The current status of the retrieved stream.

creationTimestring date-time required

The time when the stream was created.

ordering'UNORDERED' required

The ordering mode of the stream.

format'JSON' required

The format of the stream records.

tagsobject

A map of tags associated with the stream.