---
title: "Get Session Media Endpoint"
method: GET
path: "/sessions/{sessionId}/media"
tags: ["Sessions"]
---

# Get Session Media Endpoint

`GET /sessions/{sessionId}/media`

## Path parameters

- `sessionId` string, required — The ID of the session

## Response `200`

Successful Response

- SessionMediaResponse
  - `actions` Action[], required — A list of actions performed, not applicable to fleet sessions.
    - `action` string, required — The type of action performed, e.g., 'click'.
    - `index` integer, required — The sequential index of the action.
    - `screenshot` string, required — URL of the screenshot taken at the time of the action.
  - `recordings` Recording[], required — A list of recordings associated.
    - `pageTitle` string, required — The title of the webpage where the recording took place.
    - `pageUrl` string, required — The URL of the webpage where the recording took place.
    - `url` string, required — URL of the recording file.
  - `sessionId` string, required — A unique identifier for the session.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/raccoonaihq/apis/raccoon-ai-api.md) · [All operations](https://skmtc.net/raccoonaihq/apis/raccoon-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/raccoonaihq/raccoon-ai-api/revisions/cc64732da5aa/schema)
