List connectors in a tool pack

List the connectors attached to a tool pack, with the tools enabled on each connector.

Authentication

AuthorizationBearer

Token-based authentication with required prefix “Bearer”

Path parameters

tool_pack_idstringRequiredformat: "uuid"

Response

slugstring
namestring
source_urlstring
logo_urlstring
categorieslist of any
auth_scopeenum

How credentials are shared for this connector.

  • INDIVIDUAL: each registered user authenticates with their own credential
  • SHARED: users in the same registered_company share one credential
  • ORGANIZATION: one credential is used for the whole organization
  • INDIVIDUAL - INDIVIDUAL
  • SHARED - SHARED
  • ORGANIZATION - ORGANIZATION
Allowed values:
toolslist of objectsRead-only
connector_idstringformat: "uuid"

DEPRECATED — alias for the connector UUID. Prefer slug as the primary identifier. Retained for backward compatibility.