List egress streams
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.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
pageSize
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.
pageToken
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.
Response
OK
egressStreams
The egress streams on this page. Up to page_size entries
(defaults to 50, capped at 100). Ordered by egress stream create time.
nextPageToken
Pass this back as page_token to retrieve the next page.
Empty when there are no more pages.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
503
Service Unavailable Error