---
title: "Read command receipts"
method: POST
path: "/browser-sessions/trace"
tags: ["Agent browsers"]
---

# Read command receipts

`POST /browser-sessions/trace`

Returns entries ordered by sequence, optionally filtered by commandId. Screenshot payloads are fetched separately. Request bodies are limited to 64,000 characters.

## Request body

- object
  - `projectId` string, required
  - `sessionId` string, required
  - `afterSeq` integer
  - `limit` integer
  - `commandId` string

## Response `200`

Returns entries ordered by sequence, optionally filtered by commandId. Screenshot payloads are fetched separately.

- object
  - `entries` object[], required

## Other responses

- `400` — Invalid request or policy
- `401` — Authentication required
- `403` — Access denied
- `404` — Session not found or not owned by caller
- `409` — Session closed or conflicting command ID
- `429` — Rate limited
- `502` — Browser control plane unavailable

## Changes

- **2026-09-09** `96954aa994ef` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mcpjam/apis/mcpjam-api/changes/browser-sessions/trace/post.md)

---

[API](https://skmtc.dev/mcpjam/apis/mcpjam-api.md) · [All operations](https://skmtc.dev/mcpjam/apis/mcpjam-api/llms.txt) · [OpenAPI document](https://skmtc.dev/mcpjam/apis/mcpjam-api/revisions/311db0744979?raw)
