Skip to main content
GET
List connectors for a workspace

Authorizations

Authorization
string
header
required

Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth

Path Parameters

workspace_id
string<uuid>
required

Workspace identifier.

Response

Available connectors and their current state.

id
string
required

Provider identifier.

archetype
enum<string>
required

Connection method used by the provider.

Available options:
oauth2,
app_install
display_name
string
required
configured
boolean
required

True when the provider is ready to connect.

connected
boolean
required

True when the workspace is connected.