List ingress streams

Preview

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.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

pageSizeintegerOptional
Desired number of ingress streams per page. Defaults to 50 if left blank, and capped at 100. The response may contain fewer than requested.
pageTokenstringOptional

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
ingressStreamslist of objectsOptional

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

nextPageTokenstringOptional

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
500
Internal Server Error
503
Service Unavailable Error