---
title: "Get historical meetings by group"
method: GET
path: "/groups/{groupKey}/historicalMeetings"
tags: ["Groups"]
---

# Get historical meetings by group

`GET /groups/{groupKey}/historicalMeetings`

Get historical meetings for the specified group that started within the specified date/time range. This API call is only available to users with the admin role. This API call is restricted to groups with a maximum of 50 organizers. Remark: Meetings which are still ongoing at the time of the request are NOT contained in the result array.

## Path parameters

- `groupKey` integer, required

## Query parameters

- `startDate` string, date-time, required
- `endDate` string, date-time, required

## Headers

- `Authorization` string, required

## Response `200`

OK

- HistoricalMeetingByGroup[]
  - `accountKey` string, required — The key of the company account
  - `duration` string, required — The duration of the meeting session in minutes
  - `email` string, required — The meeting organizer's email address
  - `endTime` string, date-time, required — The time the meeting instance ended
  - `firstName` string, required — The meeting organizer's first name
  - `groupName` string, required — The name of the group
  - `lastName` string, required — The surname of the meeting organizer
  - `locale` string, required — The current language setting of the organizer in the web portal
  - `meetingId` string, required — The meeting ID
  - `meetingType` 'immediate' | 'recurring' | 'scheduled', required — The meeting type
  - `numAttendees` string, required — The number of attendees at the meeting instance
  - `organizerKey` string, required — The key of the meeting organizer
  - `startTime` string, date-time, required — The time the meeting instance started
  - `subject` string, required — The subject of the meeting

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/citrixonline/apis/gotomeeting.md) · [All operations](https://skmtc.net/citrixonline/apis/gotomeeting/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/citrixonline/gotomeeting/versions/b78f66fb68da/schema)
