Share via

Unable to get more replies via "List of Replies" in Logic App Teams Connector

Ching-Chuan Chen 10 Reputation points Microsoft Employee
2026-03-14T04:20:29.1133333+00:00

The "@odata.nextLink" from "List of Replies" in Logic App Teams Connector is a graph API url, we cannot run it in HTTP GET without authorization.

The URL looks in the following format: https://graph.microsoft.com/v1.0/teams/4bc904df-9999-4411-1111-b0183952acd1/channels/19:b6e50b94a0594b50821234563b29@thread.skype/messages/177022984561/replies?$top=50&$skiptoken=MSwwLDE3NzE2MzE3AAAA. (information in url is changed.)

In the case that getting message, it was return a logic app URL and we can run it.

The error message is below:
{

"statusCode": 401,

"headers": {

    "Transfer-Encoding": "chunked",

    "Vary": "Accept-Encoding",

    "Strict-Transport-Security": "max-age=31536000",

    "request-id": "8329754e-9c1d-4de6-bda1-27587b523d07",

    "client-request-id": "8329754e-9c1d-4de6-bda1-27587b523d07",

    "x-ms-ags-diagnostic": "{\"ServerInfo\":{\"DataCenter\":\"West US\",\"Slice\":\"E\",\"Ring\":\"4\",\"ScaleUnit\":\"003\",\"RoleInstance\":\"SJ1PEPF00001C54\"}}",

    "WWW-Authenticate": "Bearer realm=\"\", authorization_uri=\"https://login.microsoftonline.com/common/oauth2/authorize\", client_id=\"-c000\"",

    "Date": "Sat, 14 Mar 2026 03:59:33 GMT",

    "Content-Type": "application/json",

    "Content-Length": "265"

},

"body": {

    "error": {

        "code": "InvalidAuthenticationToken",

        "message": "Access token validation failure. Invalid audience.",

        "innerError": {

            "date": "2026-03-14T03:59:33",

            "request-id": "8329754e-9c1d-4de6-bda1-27587b523d07",

            "client-request-id": "8329754e-9c1d-4de6-bda1-27587b523d07"

        }

    }

}
```}
Azure Logic Apps
Azure Logic Apps

An Azure service that automates the access and use of data across clouds without writing code.


3 answers

Sort by: Most helpful
  1. Ayu Yama 0 Reputation points
    2026-03-25T02:54:22.8666667+00:00

    I am encountering the same issue.

    When making a Teams HTTP request for a parent message ID with more than 100 replies, including the nextLink still results in a response with 0 items.

    v1.0/teams/0f81c800-ab73-47fc-81ef-83780bd86a6b/channels/19:abf125b14fec42f28a5ade572efebf5b@thread.tacv2/messages/1772412679940/replies?$top=50&$skiptoken=MSwwLDE3NzI3NjkwOTE4OTI
    
    {
      "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#teams('0f81c800-ab73-47fc-81ef-83780bd86a6b')/channels('19%3Aabf125b14fec42f28a5ade572efebf5b%40thread.tacv2')/messages('1772412679940')/replies",
      "@odata.count": 0,
      "value": []
    }
    
    0 comments No comments

  2. Praveen Kumar Gudipudi 2,275 Reputation points Microsoft External Staff Moderator
    2026-03-17T12:01:07.1766667+00:00

    Hello Ching-Chuan Chen

    Thank you for the confirmation, Send a Microsoft Graph HTTP request" that can resolve your question.

    image

    Please accept as answer and do a Thumbs-up to upvote this response if you are satisfied with the community help. Your upvote will be beneficial for the community users facing similar issues.

    0 comments No comments

  3. Ching-Chuan Chen 10 Reputation points Microsoft Employee
    2026-03-17T11:53:47.4533333+00:00

    There is a new action th"Send a Microsoft Graph HTTP request" that can resolve my question.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.