Skip to main content
GET
/
connections
{
  "value": [
    {
      "name": "<string>",
      "id": "<string>",
      "type": "AzureOpenAI",
      "target": "<string>",
      "isDefault": true,
      "credentials": {
        "type": "ApiKey"
      },
      "metadata": {}
    }
  ],
  "nextLink": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-ms-client-request-id
string<uuid>

An opaque, globally-unique, client-generated string identifier for the request.

Query Parameters

api-version
string
required

The API version to use for this operation.

Minimum length: 1
connectionType
enum<string>

List connections of this specific type

Available options:
AzureOpenAI,
AzureBlob,
AzureStorageAccount,
CognitiveSearch,
CosmosDB,
ApiKey,
AppConfig,
AppInsights,
CustomKeys
defaultConnection
boolean

List connections that are default connections

Response

The request has succeeded.

Paged collection of Connection items

value
object[]
required

The Connection items on this page

The link to the next page of items