Forum Discussion

perhartz's avatar
perhartz
Occasional Reader
Dec 23, 2025

Microsoft Forms API

Hello.

I currently need to read the number of responses in MS Forms at least once a day. But I can't find the appropriate Graph API. The Power Automate trigger option is not suitable because there are 200 forms, and then a separate flow would have to be created for each one.

I saw on the forum that Microsoft wrote about the release of such an API in the first half of this year. Has it been released?

In Google, I have:

REST Resource: v1.forms.responses

Methods

get GET /v1/forms/{formId}/responses/{responseId}

Get one response from the form.

list GET /v1/forms/{formId}/responses

List a form's responses.

1 Reply

  • Microsoft Graph has not yet introduced a generally available API for accessing Microsoft Forms responses. The v1.forms.responses endpoints referenced in Google documentation are not part of the official Microsoft Graph API; they appear to be experimental or third‑party references. According to the official Microsoft Graph changelog and “What’s New” announcements, no Forms response APIs have been released to general availability:

     

    What's new in Microsoft Graph - Microsoft Graph | Microsoft Learn

     

    Changelog - Microsoft Graph

     

Resources