Get Chat

Retrieve Microsoft Teams chat properties and relationships by chat ID.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/naftiko/microsoft-teams-sandbox --skill get-chat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Get Chat
Source: https://github.com/naftiko/microsoft-teams-sandbox/tree/main/skills/get-chat
Command: npx skills add https://github.com/naftiko/microsoft-teams-sandbox --skill get-chat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to quickly access the details of a specific chat conversation within Microsoft Teams, eliminating the need to manually search through chat histories.

Core Features & Use Cases

  • Retrieve Chat Properties: Get information such as the chat ID, topic, type, and creation/update timestamps.
  • Use Case: A project manager needs to quickly recall the topic and participants of a past team discussion; they can use this Skill to retrieve the chat details by its ID.

Quick Start

Use the Get Chat skill to retrieve the details for the chat with ID '19:[email protected]'.

Frequently Asked Questions about Get Chat

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve specific chat details from Microsoft Teams?

To retrieve specific chat details from Microsoft Teams, you can use this Skill to fetch chat properties like topic, type, and timestamps by providing the specific chat ID and a valid access token.

What Microsoft Teams chat properties can I get using the Chat.Read scope?

Using the Chat.Read scope, you can retrieve Microsoft Teams chat properties including the chat ID, topic, conversation type, and the creation and update timestamps for record-keeping.

Do I need a chat ID to access conversation details in Teams?

Yes, you need a valid chat ID as a path parameter to access conversation details in Teams, along with an access token authorized with the Chat.Read scope to authenticate the request.

Can I use this to get chat details for past team discussions?

Yes, you can use this Skill to get chat details for past team discussions. By supplying the specific chat ID, a project manager can quickly recall the topic and participants without manual searching.

What is the best way to look up a specific Teams chat without manually searching histories?

The best way to look up a specific Teams chat without manually searching histories is to retrieve its properties directly via the Microsoft Teams API using the unique chat ID.

Why does retrieving Teams chat details require an access token?

Retrieving Teams chat details requires an access token to authenticate your permissions against the Microsoft Teams API, ensuring you have the necessary Chat.Read scope to securely access conversation properties.