---
title: "List trace files"
method: GET
path: "/sessions/{userId}/traces"
tags: ["Sessions"]
---

# List trace files

`GET /sessions/{userId}/traces`

Returns all Playwright trace zip files for the given user session, sorted newest first.

## Path parameters

- `userId` string, required

## Response `200`

Trace list.

- object
  - `traces` object[]
    - `filename` string
    - `sizeBytes` integer
    - `createdAt` number
    - `modifiedAt` number

## Other responses

- `403` — Forbidden.
- `500` — Server error.

## Changes

- **2026-04-25** `c1d40cacc1fd` — 1 info
  - endpoint added
- **2026-04-25** `80bb18f1c19f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/jo-inc/apis/camofox-browser/changes/sessions/:userId/traces/get.md)

---

[API](https://skmtc.dev/jo-inc/apis/camofox-browser.md) · [All operations](https://skmtc.dev/jo-inc/apis/camofox-browser/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jo-inc/camofox-browser/revisions/d007e73dad3d/schema)
