커넥터
데이터 연결에 사용하는 커넥터 정의와 실행 구성을 관리하는 API입니다.
📄️ Get Connector Types
List available connector types.
📄️ Test Connector Connection
Instantiate a connector with runtime-only credentials and report connectivity.
📄️ Query Connector
Run a request through a connector. The caller must be an administrator or manager and have permission to use the connector. `GET` is always available; `POST`, `PUT`, `PATCH`, and `DELETE` require `options.allow_console_writes`.
📄️ List Connectors
List connectors the user can read. ``collection_id=""`` lists global (collection-less) connectors only — builtins included, as they are global; a specific ``collection_id`` lists that collection's connectors and excludes the global builtins.
📄️ Create Connector
Create a connector from its connection and credential configuration.
📄️ Get Connector Versions
List version history for a specific connector.
📄️ Get Connector
Retrieve a specific connector. Returns the specified version if provided.
📄️ Update Connector
Update a connector. Built-in connectors are immutable platform defaults.
📄️ Delete Connector
Delete a connector. Built-in connectors cannot be deleted.