Error
A valid request URL is required to generate request examples[
{
"id": "<string>",
"endpoint": "<string>",
"scope": "personal",
"createdBy": "<string>",
"isPublic": true,
"owners": [
{
"id": "<string>",
"type": "group",
"displayName": "<string>",
"mail": "<string>",
"securityEnabled": true,
"mailEnabled": true,
"groupTypes": [
"<string>"
],
"groupType": "<string>",
"userPrincipalName": "<string>",
"jobTitle": "<string>",
"department": "<string>",
"officeLocation": "<string>"
}
],
"contributors": [
{
"id": "<string>",
"type": "group",
"displayName": "<string>",
"mail": "<string>",
"securityEnabled": true,
"mailEnabled": true,
"groupTypes": [
"<string>"
],
"groupType": "<string>",
"userPrincipalName": "<string>",
"jobTitle": "<string>",
"department": "<string>",
"officeLocation": "<string>"
}
],
"users": [
{
"id": "<string>",
"type": "group",
"displayName": "<string>",
"mail": "<string>",
"securityEnabled": true,
"mailEnabled": true,
"groupTypes": [
"<string>"
],
"groupType": "<string>",
"userPrincipalName": "<string>",
"jobTitle": "<string>",
"department": "<string>",
"officeLocation": "<string>"
}
],
"inheritEntitlements": true,
"hideFromCatalog": true,
"createdAt": "<string>",
"updatedBy": "<string>",
"updatedAt": "<string>",
"authType": "managedSystemIdentity",
"key": "<string>",
"apiVersion": "<string>",
"maxFailedItems": 123,
"textEmbeddingModelEndpointId": "<string>",
"multiServicesAuthType": "managedSystemIdentity",
"multiServicesEndpoint": "<string>",
"multiServicesKey": "<string>",
"documentIntelligenceEndpoint": "<string>",
"documentIntelligenceAuthType": "managedSystemIdentity",
"isDefault": true,
"isEnabled": true,
"availableSearchTypes": [
"simple"
],
"defaultSearchType": "simple",
"semanticConfigurationName": "<string>",
"searchLevel": "basic",
"vectorFieldName": "<string>"
}
]Settings
List AI search endpoints
Returns all AI search endpoints the user is entitled to, with secrets redacted.
GET
/
settings
/
aisearchendpoints
Error
A valid request URL is required to generate request examples[
{
"id": "<string>",
"endpoint": "<string>",
"scope": "personal",
"createdBy": "<string>",
"isPublic": true,
"owners": [
{
"id": "<string>",
"type": "group",
"displayName": "<string>",
"mail": "<string>",
"securityEnabled": true,
"mailEnabled": true,
"groupTypes": [
"<string>"
],
"groupType": "<string>",
"userPrincipalName": "<string>",
"jobTitle": "<string>",
"department": "<string>",
"officeLocation": "<string>"
}
],
"contributors": [
{
"id": "<string>",
"type": "group",
"displayName": "<string>",
"mail": "<string>",
"securityEnabled": true,
"mailEnabled": true,
"groupTypes": [
"<string>"
],
"groupType": "<string>",
"userPrincipalName": "<string>",
"jobTitle": "<string>",
"department": "<string>",
"officeLocation": "<string>"
}
],
"users": [
{
"id": "<string>",
"type": "group",
"displayName": "<string>",
"mail": "<string>",
"securityEnabled": true,
"mailEnabled": true,
"groupTypes": [
"<string>"
],
"groupType": "<string>",
"userPrincipalName": "<string>",
"jobTitle": "<string>",
"department": "<string>",
"officeLocation": "<string>"
}
],
"inheritEntitlements": true,
"hideFromCatalog": true,
"createdAt": "<string>",
"updatedBy": "<string>",
"updatedAt": "<string>",
"authType": "managedSystemIdentity",
"key": "<string>",
"apiVersion": "<string>",
"maxFailedItems": 123,
"textEmbeddingModelEndpointId": "<string>",
"multiServicesAuthType": "managedSystemIdentity",
"multiServicesEndpoint": "<string>",
"multiServicesKey": "<string>",
"documentIntelligenceEndpoint": "<string>",
"documentIntelligenceAuthType": "managedSystemIdentity",
"isDefault": true,
"isEnabled": true,
"availableSearchTypes": [
"simple"
],
"defaultSearchType": "simple",
"semanticConfigurationName": "<string>",
"searchLevel": "basic",
"vectorFieldName": "<string>"
}
]Authorizations
Azure AD access token obtained via MSAL
Response
200 - application/json
Array of search endpoint objects
Azure AI Search service URL
Access control model
Available options:
personal, shared UPN of the creator
Allow public read access
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Hide entity from user-facing recommendations and catalog/search surfaces (still accessible to owners/contributors/admins)
ISO-8601 creation timestamp
ISO-8601 update timestamp
Available options:
managedSystemIdentity, apiKey, connectionString API key (redacted in responses)
Reference to AI model endpoint for embeddings
Available options:
managedSystemIdentity, apiKey Available options:
managedSystemIdentity, apiKey Available options:
simple, semantic, vector, vector_simple_hybrid, vector_semantic_hybrid Available options:
simple, semantic, vector, vector_simple_hybrid, vector_semantic_hybrid Available options:
basic, premium Was this page helpful?