ListIngressStreams

Returns a list of top level ingress stream objects, including ingress streams and internal Anduril streams. Will only return active streams. Results are ordered by ingress stream create time.

ListIngressStreamsRequest

Request
This endpoint expects an object.
page_sizeinteger
Desired number of ingress streams per page. Defaults to 50 if left blank, and capped at 100. The response may contain fewer than requested.
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.

ListIngressStreamsResponse

Response
This endpoint returns an object.
ingress_streamslist of objects

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

next_page_tokenstring

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