Skip to main content
GET
List streaming pipeline definitions

Authorizations

Authorization
string
header
required

a valid bearer token

Path Parameters

projectId
string<uuid>
required

The ID of the project in which to list the streaming pipeline definitions

Query Parameters

Response

A page of streaming pipeline definitions. Possibly empty if no definitions exist in the account and project

page
integer<int32>

The 0-indexed page number of the returned results.

Example:

1

results
object[]

Page of results or empty.

size
integer<int32>

The size of each page of results.

Example:

50

total
integer<int64>

Total number of available results across all pages.

Example:

472