To list Copilot agents via Postman, use the Microsoft Power Platform API. First, acquire an access token using your Client ID, Client Secret, and Tenant ID via Azure AD token endpoint. Then, call the endpoint: https://api.bap.microsoft.com/providers/Microsoft.BusinessAppPlatform/environments/{environmentId}/copilotAgents?api-version=2023-10-01-preview
Replace {environmentId}
with your actual environment ID. Use the token in the Authorization header as Bearer <token>
. This will return the list of agents created in your Copilot Studio. Ensure your app registration has the necessary API permissions for Power Platform
Thanks,
Smit Agrawal
If the response is helpful, please click on "upvote" button. You can share your feedback via Microsoft Copilot Developer Feedback link. Click here to escalate.