List connections
Returns all configured connections for the workspace. Only metadata is returned; encrypted credentials are never exposed.
Path Parameters
URL-safe workspace identifier.
Query Parameters
Cursor pointing to the last item of the previous page.
Obtain this from the nextCursor field in the response.
The maximum number of records to return (1-100, default: 20).
1 <= x <= 100Filter by provider (s3, azure, gcs). Repeatable; a connection
matches if it uses any of the given providers. Empty means no filter.
Response
Generic paginated response wrapper.
Provides a consistent structure for all paginated API responses with
cursor-based pagination support. When next_cursor is present, there
are more items to fetch.
Generic paginated response wrapper.
Provides a consistent structure for all paginated API responses with
cursor-based pagination support. When next_cursor is present, there
are more items to fetch.
