Hi @Heena Tangree
Based on the screenshot you provided, the API call returns an empty array value: []
, which means no emails matching the provided threadId
were found.
This could be due to several reasons:
- Emails Permanently Deleted: If the emails have been permanently deleted, they won’t appear in the API call results or in Outlook.
- Incorrect
threadId
: Ensure that thethreadId
is correct and corresponds to the expected email thread. - Permission Issues: Check if you have sufficient permissions to access these emails. Some emails may require specific permissions to be retrieved.
- Emails Moved or Archived: The emails might have been moved to other folders or archived, making them inaccessible through the API call.
You can try the following steps to further troubleshoot the issue:
- Verify
threadId
: Make sure thethreadId
you are using is correct. - Check Permissions: Confirm that you have the necessary permissions to access these emails.
- Use Different API Endpoints: Try using other API endpoints to retrieve the emails and see if you get different results.
Hope this helps.
If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.