Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Azure and Copilot APIs

Explore the APIs used in AI Service Graph Connector for Azure and Copilot.

The table lists all the API endpoints used by the connector.

Azure Foundry— Discovery & Usage

APIEndpointWhat it does
List Projectshttps://management.azure.com/subscriptions/\{subscription_id\}/resourceGroups/\{resource_group\}/providers/Microsoft.CognitiveServices/accounts?api-version=2025-06-01&kind=ProjectLists all Azure AI Foundry projects in a resource group
List Deploymentshttps://resource_name.services.ai.azure.com/api/projects/project_name/deployments?api-version=v1Lists all model deployments within a Foundry project
List Agentshttps://resource_name.services.ai.azure.com/api/projects/project_name/agents?api-version=2025-11-15-previewLists all agents in a Foundry project
List Agent Versionshttps://resource_name.services.ai.azure.com/api/projects/project_name/agents/agent_name/versions?api-version=2025-11-15-previewLists all versions of a specific agent
List conversationshttps://resource_name.services.ai.azure.com/api/projects/project_name/openai/conversations?api-version=2025-11-15-previewLists all conversation threads in a Foundry project
List Conv Itemshttps://resource_name.services.ai.azure.com/api/projects/project_name/openai/conversations/conv_id/items?api-version=2025-11-15-previewLists all messages/items within a specific conversation

AI Services (Classic)

APIEndpointWhat it does
List Projectshttps://management.azure.com/subscriptions/\{subscription_id\}/resourceGroups/\{resource_group\}/providers/Microsoft.CognitiveServices/accounts?api-version=2025-06-01&kind=ProjectLists all AI Services projects in a resource group
List Deploymentshttps://resource_name.services.ai.azure.com/api/projects/project_name/deployments?api-version=2025-11-15-previewLists all model deployments within a project
List Assistantshttps://resource_name.services.ai.azure.com/api/projects/project_name/assistants?api-version=v1Lists all assistants \(agents\) in a project
List Threadshttps://resource_name.services.ai.azure.com/api/projects/project_name/threads?limit=limit&api-version=v1Lists all execution threads in a project

ML Services (AI Hub)

APIEndpointWhat it does
List Subscriptionshttps://management.azure.com/subscriptions?api-version=management_api_versionLists all Azure subscriptions available to the authenticated principal
List Resource Grouphttps://management.azure.com/subscriptions/subscription_id/resourceGroups?api-version=management_api_versionLists all resource groups within a subscription
List MLWorkspaceshttps://management.azure.com/subscriptions/%7Bsubscription_id%7D/resourceGroups/%7Bresource_group%7D/providers/Microsoft.MachineLearningServices/workspaces?api-version=2023-04-01Lists all Azure ML workspaces in a resource group
List Deploymentshttps://resource_name.services.ai.azure.com/api/projects/project_name/deployments?api-version=2025-11-15-previewLists all model deployments within an ML project
List Assistants from ML Serviceshttps://region.api.azureml.ms/agents/v1.0/subscriptions/subscription_id/resourceGroups/resource_group/providers/Microsoft.MachineLearningServices/workspaces/workspace_name/assistants?api-version=v1Lists all agents/assistants from an AzureML workspace
List Threads from ML Servicehttps://region.api.azureml.ms/agents/v1.0/subscriptions/subscription_id/resourceGroups/resource_group/providers/Microsoft.MachineLearningServices/workspaces/workspace_name/threads?api-version=v1Lists all threads from an AzureML workspace
List Thread Runs from ML Servicehttps://region.api.azureml.ms/agents/v1.0/subscriptions/subscription_id/resourceGroups/resource_group/providers/Microsoft.MachineLearningServices/workspaces/workspace_name/threads/thread_id/runs?api-version=v1Lists all thread runs within a specific thread in an AzureML workspace

APIs used for Copilot

APIEndpointDescription
List of all the agents in the Copilot environment<org-url>/api/data/v9.2/botsReturns metadata about all Copilot Studio bots \(agents\) registered in a Dataverse environment.
List of all the components per agent<org-url>/api/data/v9.2/botcomponentsExposes the internal authoring components of a Copilot.
List Conversations<org url>/api/data/v9.2/conversationtranscriptsRetrieves the full chat/conversation transcripts between users and Copilot Studio bots, stored in the Dataverse conversationtranscript table.