Skip to main content
GET
List available registry connectors

Authorizations

Authorization
string
header
required

OAuth 2.0 / OIDC bearer token.

Tenant-Name
string
header
required

The tenant the request operates within.

Query Parameters

q
string

Free-text search over name and description. Future scope: not yet implemented; the server ignores this parameter and returns the unfiltered page.

Maximum string length: 256
pageSize
integer
default:50

Maximum number of items per page.

Required range: 1 <= x <= 200
pageToken
string

Opaque cursor from a prior response's nextPageToken. Omit on the first request.

Response

A page of registry connectors.

A page of registry connectors.

connectors
object[]
required

Registry connectors on the current page.

Example:
nextPageToken
string | null

Opaque cursor to request the next page, or null if there are no more pages.

totalSize
integer

Total number of items matching the query, when known. Not currently populated by the server; treat as absent.

Example:

42