Get Time Card

Retrieve time card details by team ID and time card ID via Microsoft Teams API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill retrieves the specific details of a time card, allowing users to view clock-in/out events and status for a particular entry within a team's schedule.

Core Features & Use Cases

  • View Time Card Details: Get all information about a single time card, including its state, clock-in event, and timestamps.
  • Troubleshooting & Auditing: Quickly access historical time card data for verification or issue resolution.
  • Use Case: A manager needs to verify the clock-in time for an employee on a specific day. They can use this Skill with the team ID and the employee's time card ID to retrieve the exact details.

Quick Start

Use the Get Time Card skill to retrieve the details for time card 'timecard-001' in team 'e1b3c5a7-9d2f-4b6e-8c1a-3f5d7e9b2a4c'.

Frequently Asked Questions about Get Time Card

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

FAQPage Schema
How do I retrieve specific employee time card details from Microsoft Teams?

To view Microsoft Teams time card details, you retrieve the specific time card resource by providing the team ID and time card ID as path parameters to the API. This returns the exact clock-in and clock-out event details.

Can I verify an employee's historical clock-in time for a specific shift?

Yes, you can verify an employee's historical clock-in time by retrieving the specific time card resource using its unique identifier. This returns the exact clock-in and clock-out event details for verification.

What do I need to get time card details from a team's schedule?

You need the unique team ID and the specific time card ID to use as path parameters for the Microsoft Teams API request. These identifiers retrieve the exact time card resource with clock-in and clock-out events.

Does retrieving a time card from Microsoft Teams return the clock-out event status?

Yes, retrieving a time card from Microsoft Teams returns the clock-out event status. The response includes the complete time card resource detailing the clock-in and clock-out events and their timestamps.

How to perform time card auditing for a Microsoft Teams schedule?

To perform time card auditing for a Microsoft Teams schedule, retrieve the specific time card resource by its unique identifier. This provides the historical clock-in and clock-out event data needed for verification.