List Time Cards

Retrieve paginated time cards for a Microsoft Teams team with filtering.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users quickly access and review time card data for a specific team, streamlining payroll and attendance tracking.

Core Features & Use Cases

  • List Time Cards: Retrieve all time cards for a given team, including clock-in/out details.
  • Pagination Control: Use $top to manage the number of results per page.
  • Filtering: Apply $filter to narrow down results by user or status.
  • Use Case: A manager needs to check the clock-in status of all team members for the current day.

Quick Start

List the 10 most recent time cards for the team with ID 'e1b3c5a7-9d2f-4b6e-8c1a-3f5d7e9b2a4c'.

Frequently Asked Questions about List Time Cards

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

FAQPage Schema
How do I retrieve time cards for a team in Microsoft Teams?

To retrieve time cards for a Microsoft Teams team, you can list them using a specified team ID. This process retrieves clock-in and clock-out details to help manage employee schedules and attendance.

Can I filter time cards by user or attendance state in Microsoft Teams?

Yes, you can filter time cards by user or state in Microsoft Teams. By applying a filter, you narrow down the paginated results to view specific employee attendance records or clock-in statuses.

How do I limit the number of time cards returned per page?

You can limit the number of time cards returned per page by using pagination control. Specifying the number of results ensures you manage large sets of attendance data efficiently without overwhelming the response.

What is the best way to check daily clock-in status for team members?

The best way to check daily clock-in status for team members is to list their time cards. By retrieving the most recent time cards for a specific team ID, managers can review current attendance and schedule data.

Does this method require a specific team ID to list attendance records?

Yes, retrieving attendance records requires a specific Microsoft Teams team ID. Providing the unique team identifier ensures the paginated list of time cards is accurately scoped to the correct group of employees.