List integration connections in the caller’s organization
Returns a paginated page of warehouse and SaaS integration connections the caller can use. Connections the caller cannot access are filtered out (existence is hidden — no 404 enumeration). Use the returned id when creating saved-query context items. Pagination uses an opaque token returned in nextPageToken (AIP-158).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Opaque page token from a previous response's nextPageToken. Omit for the first page. AIP-158.
"eyJjcmVhdGVkQXQiOiIyMDI2"
Max items per page. Defaults to 25, clamped to 100. AIP-158.
1 <= x <= 10025
Filter by effective integration category (case-sensitive exact match).
"postgresql"
Response
Page of integration connections the caller can use. Connections the caller cannot access are filtered out (not enumerated).
Opaque token for the next page; null when this was the last page. Pass as pageToken on the next request. AIP-158.
"eyJjcmVhdGVkQXQiOiIyMDI2"