ListEgressStreams

Returns a list of active egress stream objects. Results are ordered by egress stream create time. If the egress backend is unreachable, the listed streams might be stale or degraded.

ListEgressStreamsRequest

Request
This endpoint expects an object.
page_sizeinteger
Desired number of egress streams per page. Defaults to 50 if left blank, and capped at 100. The response may contain fewer than max page size.
page_tokenstring

To retrieve the next page, pass the next_page_token from the previous response. Leave empty for the first page.

Keep the rest of the request identical between pages, otherwise the server may reject it.

ListEgressStreamsResponse

Response
This endpoint returns an object.
egress_streamslist of objects

The egress streams on this page. Up to page_size entries (defaults to 50, capped at 100). Ordered by egress stream create time.

next_page_tokenstring

Pass this back as page_token to retrieve the next page. Empty when there are no more pages.