APIs used by Azure and Copilot
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
| API | Endpoint | What it does |
| List Projects | Lists all Azure AI Foundry projects in a resource group | |
| List Deployments | https://resource_name.services.ai.azure.com/api/projects/project_name/deployments?api-version=v1 |
Lists all model deployments within a Foundry project |
| List Agents | https://resource_name.services.ai.azure.com/api/projects/project_name/agents?api-version=2025-11-15-preview | Lists all agents in a Foundry project |
| List Agent Versions | https://resource_name.services.ai.azure.com/api/projects/project_name/agents/agent_name/versions?api-version=2025-11-15-preview | Lists all versions of a specific agent |
| List conversations | https://resource_name.services.ai.azure.com/api/projects/project_name/openai/conversations?api-version=2025-11-15-preview | Lists all conversation threads in a Foundry project |
| List Conv Items |
Lists all messages/items within a specific conversation |
AI Services (Classic)
| API | Endpoint | What it does |
| List Projects | https://management.azure.com/subscriptions/{subscription_id}/resourceGroups/{resource_group}/providers/Microsoft.CognitiveServices/accounts?api-version=2025-06-01&kind=Project | Lists all AI Services projects in a resource group |
| List Deployments | https://resource_name.services.ai.azure.com/api/projects/project_name/deployments?api-version=2025-11-15-preview | Lists all model deployments within a project |
| List Assistants | https://resource_name.services.ai.azure.com/api/projects/project_name/assistants?api-version=v1 | Lists all assistants (agents) in a project |
| List Threads | https://resource_name.services.ai.azure.com/api/projects/project_name/threads?limit=limit&api-version=v1 | Lists all execution threads in a project |
ML Services (AI Hub)
APIs used for Copilot
| API | Endpoint | Description |
| List of all the agents in the Copilot environment | <org-url>/api/data/v9.2/bots | Returns 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/botcomponents | Exposes the internal authoring components of a Copilot. |
| List Conversations | <org url>/api/data/v9.2/conversationtranscripts | Retrieves the full chat/conversation transcripts between users and Copilot Studio bots, stored in the Dataverse conversationtranscript table. |