Azure とコパイロットで使用される API

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:3分
  • Azure および Copilot の AI サービスグラフコネクタで使用される API を確認します。

    次の表には、コネクタで使用されるすべての API エンドポイントがリストされています。

    新しい Azure Foundry:ディスカバリーと使用状況

    API エンドポイント 機能
    プロジェクトをリスト

    https://management.azure.com/subscriptions/{subscription_id}/resourceGroups/{resource_group}/providers/Microsoft.CognitiveServices/accounts?api-version=2025-06-01&kind=Project

    リソースグループのすべての Azure AI Foundry プロジェクトをリストします
    展開をリスト https://resource_name.services.ai.azure.com/api/projects/project_name/deployments?api-version=v1

    Foundry プロジェクト内のすべてのモデル展開をリストします

    エージェントをリスト https://resource_name.services.ai.azure.com/api/projects/project_name/agents?api-version=2025-11-15-preview Foundry プロジェクトのすべてのエージェントをリストします
    エージェントのバージョンをリスト https://resource_name.services.ai.azure.com/api/projects/project_name/agents/agent_name/versions?api-version=2025-11-15-preview 特定のエージェントのすべてのバージョンをリストします
    会話をリスト https://resource_name.services.ai.azure.com/api/projects/project_name/openai/conversations?api-version=2025-11-15-preview Foundry プロジェクトのすべての会話スレッドをリストします
    Conv アイテムをリスト

    https://resource_name.services.ai.azure.com/api/projects/project_name/openai/conversations/conv_id/items?api-version=2025-11-15-preview

    特定の会話内のすべてのメッセージ/アイテムをリストします

    AI サービス (クラシック)

    API エンドポイント 機能
    プロジェクトをリスト https://management.azure.com/subscriptions/{subscription_id}/resourceGroups/{resource_group}/providers/Microsoft.CognitiveServices/accounts?api-version=2025-06-01&kind=Project リソースグループ内のすべての AI サービスプロジェクトをリストします
    展開をリスト https://resource_name.services.ai.azure.com/api/projects/project_name/deployments?api-version=2025-11-15-preview プロジェクト内のすべてのモデル展開をリストします
    リストアシスタント https://resource_name.services.ai.azure.com/api/projects/project_name/assistants?api-version=v1

    プロジェクトのすべてのアシスタント (エージェント) をリストします リスト

    スレッドをリスト https://resource_name.services.ai.azure.com/api/projects/project_name/threads?limit=limit&api-version=v1 プロジェクトのすべての実行スレッドをリストします

    ML サービス (AI ハブ)

    API エンドポイント 機能
    サブスクリプションをリスト https://management.azure.com/subscriptions?api-version=management_api_version 認証されたプリンシパルが利用できるすべての Azure サブスクリプションをリストします
    リソースグループをリスト https://management.azure.com/subscriptions/subscription_id/resourceGroups?api-version=management_api_version サブスクリプション内のすべてのリソースグループをリストします
    MLWorkspace をリスト https://management.azure.com/subscriptions/%7Bsubscription_id%7D/resourceGroups/%7Bresource_group%7D/providers/Microsoft.MachineLearningServices/workspaces?api-version=2023-04-01 リソースグループ内のすべての Azure ML ワークスペースをリストします
    展開をリスト https://resource_name.services.ai.azure.com/api/projects/project_name/deployments?api-version=2025-11-15-preview

    ML プロジェクト内のすべてのモデル展開をリストします

    ML サービスからアシスタントをリスト https://region.api.azureml.ms/agents/v1.0/subscriptions/subscription_id/resourceGroups/resource_group/providers/Microsoft.MachineLearningServices/workspaces/workspace_name/assistants?api-version=v1 AzureML ワークスペースのすべてのエージェント/アシスタントをリストします
    ML サービスからのスレッドをリスト https://region.api.azureml.ms/agents/v1.0/subscriptions/subscription_id/resourceGroups/resource_group/providers/Microsoft.MachineLearningServices/workspaces/workspace_name/threads?api-version=v1 AzureML ワークスペースのすべてのスレッドをリストします
    ML サービスからのスレッドの実行をリスト 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 AzureML ワークスペースの特定のスレッド内のすべてのスレッド実行をリストします

    コパイロットに使用される API

    API エンドポイント 説明
    コパイロット環境内のすべてのエージェントのリスト <org-url>/api/data/v9.2/bots Dataverse 環境に登録されているすべての Copilot Studio ボット (エージェント) に関するメタデータ (名前、ステータス、認証構成、所有権の詳細など) を返します。これは、展開されたコパイロットを検出してインベントリを作成するためのプライマリエンドポイントです。
    エージェントごとのすべてのコンポーネントのリスト <org-url>/api/data/v9.2/botcomponents botcomponent テーブルに格納されているトピック、エンティティ、変数、トリガーフレーズなどのコパイロットの内部オーサリングコンポーネントを公開します。ボットの会話ロジックと構造を検査またはプログラムで分析するために不可欠です。
    会話をリスト <org url>/api/data/v9.2/conversationtranscripts Dataverse 会話トランスクリプト テーブルに保存されている、ユーザーと Copilot Studio ボット間の完全なチャット/会話のトランスクリプトを取得します。