---
title: "Get Execution Recording URL"
method: GET
path: "/workflow/{id}/executions/{executionId}/recording"
tags: ["Workflows"]
---

# Get Execution Recording URL

`GET /workflow/{id}/executions/{executionId}/recording`

Returns a short-lived (24 hour) signed URL for the execution's stitched recording

## Path parameters

- `id` integer, required
- `executionId` integer, required

## Response `200`

Recording URL retrieved successfully

## Other responses

- `403` — Access denied
- `404` — Recording not found

---

[API](https://skmtc.dev/laminar/apis/laminar-api.md) · [All operations](https://skmtc.dev/laminar/apis/laminar-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/laminar/laminar-api/revisions/70095addbd58/schema)
