v1

latestOpenAPI 3.0.32026-07-22194221292.5 KB
integrations

List integration connections

Returns all configured integration connections in the workspace. Each connection stores credentials and settings for an external service (LLM provider, API, database).

get/integrations/connections

Response

successful operation

Example response

[
  {
    "metadata": {
      "displayName": "My Resource",
      "externalId": "my-session-123",
      "name": "my-resource"
    },
    "spec": {
      "integration": "openai"
    }
  }
]