---
title: "Render Execution Capture Endpoint"
method: POST
path: "/api/execution-capture/render"
tags: ["execution-capture"]
---

# Render Execution Capture Endpoint

`POST /api/execution-capture/render`

## Request body

- ExecutionCaptureRenderRequest
  - `capture_session_id` string, required — Execution-capture session id
  - `tenant_id` string — Execution-capture tenant to query
  - `source_mode` string
  - `max_events` integer
  - `event_offset` integer — How many earlier events to skip before rendering

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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