---
sourceDocument: Australia Enable AI
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/intelligent-experiences

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Enable AI

ft:clusterId :

    - platai

bundleId :

    - platai

workflow :

    - Platform


---

# APIs used by Microsoft- Azure \& Copilot

# APIs used by Microsoft- Azure \& Copilot {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 min. de leitura

Explore the AWS APIs used in AI service Graph Connector for Amazon.

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

## New Azure Foundry --- Discovery \& Usage {#apis-used-by-amazon-connector__section_nm1_yxq_m3c}

|-|-|-|
| 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++](https://management.azure.com/subscriptions/%7Bsubscription_id%7D/resourceGroups/%7Bresource_group%7D/providers/Microsoft.CognitiveServices/accounts?api-version=2025-06-01&kind=Project) | 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 | <https://resource_name.services.ai.azure.com/api/projects/project_name/openai/conversations/conv_id/items?api-version=2025-11-15-preview> | Lists all messages/items within a specific conversation |
[ ]

{#apis-used-by-amazon-connector__table_pv1_zxq_m3c}

## AI Services (Classic) {#apis-used-by-amazon-connector__section_gc1_zzq_m3c}

|-|-|-|
| 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++](https://management.azure.com/subscriptions/%7Bsubscription_id%7D/resourceGroups/%7Bresource_group%7D/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 |
| List Threads | [https://resource_name.services.ai.azure.com/api/projects/project_name/threads?limit=limit\&api-version=v1](https://resource_name.services.ai.azure.com/api/projects/project_name/threads?limit=limit&api-version=v1) | Lists all execution threads in a project |
[ ]

{#apis-used-by-amazon-connector__table_v12_11r_m3c}

## ML Services (AI Hub) {#apis-used-by-amazon-connector__section_hqp_jcr_m3c}

|-|-|-|
| API | Endpoint | **What it does** |
| List Subscriptions | <https://management.azure.com/subscriptions?api-version=management_api_version> | Lists all Azure subscriptions available to the authenticated principal |
| List Resource Group | <https://management.azure.com/subscriptions/subscription_id/resourceGroups?api-version=management_api_version> | Lists all resource groups within a subscription |
| List MLWorkspaces | <https://management.azure.com/subscriptions/%7Bsubscription_id%7D/resourceGroups/%7Bresource_group%7D/providers/Microsoft.MachineLearningServices/workspaces?api-version=2023-04-01> | Lists all Azure ML workspaces 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 an ML project |
| List Assistants from ML Services | <https://region.api.azureml.ms/agents/v1.0/subscriptions/subscription_id/resourceGroups/resource_group/providers/Microsoft.MachineLearningServices/workspaces/workspace_name/assistants?api-version=v1> | Lists all agents/assistants from an AzureML workspace |
| List Threads from ML Service | <https://region.api.azureml.ms/agents/v1.0/subscriptions/subscription_id/resourceGroups/resource_group/providers/Microsoft.MachineLearningServices/workspaces/workspace_name/threads?api-version=v1> | Lists all threads from an AzureML workspace |
| List Thread Runs from ML Service | <https://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=v1> | Lists all thread runs within a specific thread in an AzureML workspace |
[ ]

{#apis-used-by-amazon-connector__table_jx3_lcr_m3c}

## AWS APIs used for Copilot {#apis-used-by-amazon-connector__section_sts_scr_m3c}

|-|-|-|
| 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, including their name, status, authentication config, and ownership details. This is the primary endpoint to discover and inventory deployed copilots. |
| List of all the components per agent | \<org-url\>/api/data/v9.2/botcomponents | Exposes the internal authoring components of a Copilot, such as topics, entities, variables, and trigger phrases, stored in the botcomponent table. Essential for inspecting or programmatically analyzing a bot's conversational logic and structure. |
| 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. |
[ ]

{#apis-used-by-amazon-connector__table_jnz_xcr_m3c}

