---
title: "List events"
method: GET
path: "/api/v1/teams/{teamId}/analytics"
tags: ["Analytics"]
---

# List events

`GET /api/v1/teams/{teamId}/analytics`

Returns all events for the team. Date range parameters can be added. A maximum of 500 events will be returned.  If more than 500 events exist, a link to the next page of results will be included in the Link header

## Path parameters

- `teamId` string, required

## Query parameters

- `token` string
- `fromDate` string
- `toDate` string

## Response `200`

successful operation

- Event[]
  - `properties` object — Properties related to event
  - `id` string — Id of event. IDs are formatted like this: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
  - `type` string
  - `eventDate` string, date-time — Timestamp of event. Dates are in ISO-8601 format. Example date (January 2nd 2014 12pm UTC): 2014-01-02T12:00:00.000+0000
  - `eventType` string — Event type
  - `user` string — Email of user

## Other responses

- `400` — Invalid/Incomplete Request
- `401` — Request was unauthorized
- `403` — Forbidden access to the resource
- `404` — Resource could not be found

---

[API](https://skmtc.net/getguru/apis/guru-api.md) · [All operations](https://skmtc.net/getguru/apis/guru-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getguru/guru-api/revisions/9090a01dfe1a/schema)
