---
title: "Get Recording For Child"
method: GET
path: "/api/v1/recording/{recording_id}"
tags: ["recording"]
---

# Get Recording For Child

`GET /api/v1/recording/{recording_id}`

Return automation and resolved callback_url for a recording.

Called by child workers just before running a task to get fresh automation
and the effective callback URL (recording-level, falling back to workspace).
Requires workspace membership — the task was already authorized at creation
time so no additional ownership check is needed beyond this.

## Path parameters

- `recording_id` string, required

## Headers

- `x-api-key` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-11** `fd7237c72fae` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/optexity/apis/dashboard-backend-api/changes/api/v1/recording/:recording_id/get.md)

---

[API](https://skmtc.dev/optexity/apis/dashboard-backend-api.md) · [All operations](https://skmtc.dev/optexity/apis/dashboard-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/optexity/dashboard-backend-api/revisions/2e974096944a/schema)
