---
title: "Get session activities"
method: GET
path: "/sessions/{sessionId}/activities"
tags: ["Session"]
---

# Get session activities

`GET /sessions/{sessionId}/activities`

Get the tickets ("activities") of a session, newest activity first. If the session has an email address,
tickets from other sessions in the project sharing that email are included as well and are flagged with
`isFromDuplicateSession: true`. Query parameters: `limit` (default 50), `skip` (default 0),
`startDate`/`endDate` (ISO dates filtering on ticket `createdAt`; only applied when both are present).

## Path parameters

- `sessionId` string, required

## Headers

- `project` string, required

## Response `200`

Ok

- unknown[]
  - unknown

---

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