list_workflow_connectors
List third-party connectors (GitHub, Grafana, etc.) assigned to a workflow. Retrieve connector IDs and base URLs to use with connector_request.
Instructions
List the third-party connectors allocated to a workflow (GitHub, Grafana, etc.). Use this to discover what connector_id values you can call with connector_request. You never see any access token — only connector ids and base URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflowId | Yes | The workflow whose connectors to list. | |
| workspaceId | No | Workspace ID. Defaults to your default workspace. |