I have a requirement where I want AI agent in Co-pilot studio to make an API call and pass on some input, wait for a while and get the response back from this API call and display the end result to the user.
I am able to call API using the http request (using a topic) but somehow not getting a success to read the response back from API and display it to the user.
Does the HTTP call complete without errors, or do you see a specific error (401/403, schema/parse error, timeout)?
Are you using the HTTP Request node in Copilot Studio in the Topic or calling the API via a Power Automate flow?
In the HTTP node, did you set a Response data type/schema and save the response into a variable? After the call, do you have a Send a message step that outputs that variable to the user?
If you can share a sample of the API response body + the Content-Type header, it’ll be clear whether it’s a schema/JSON parsing issue or a timeout. Thanks! Make sure you hide sensitive data.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.