Lists the connectors visible to the requesting user in the current workspace.
Lists connectors visible to the requesting user in the current workspace.
Use the returned connector ids to link existing connectors to custom agents.
The user must have access to the custom-agent feature.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
OK
id
The id of the entity.
createdOn
The date this entity was created.
createdBy
The id of the user who created this entity.
updatedOn
The date this entity was last modified.
updatedBy
The id of the user who last modified this entity.
name
The connector display name.
description
The connector description.
url
The custom connector URL.
presetKey
The predefined connector key.
endpointValues
The safely displayable configured endpoint values.
logoPath
The preset logo path when this server matches a catalog preset.
status
The aggregate connection status.
isOwner
Whether the current user owns the connector.
currentUserConnectionStatus
The current user's connection status.
lastRefreshedOn
When the server tools were last refreshed.
currentUserLastAuthenticatedOn
When the current user last authenticated this server.
hasOAuthClientConfiguration
Whether static OAuth client credentials are configured.
connectionMode
The selected connection resolution mode for an agent-linked response.
connectionId
The selected specific connection, when applicable.
currentUserConnectionId
The connection selected by the current user for acting-user resolution.
connections
The connections visible to the current user.
Errors
401
Unauthorized Error

