---
title: "Get recording metadata"
method: GET
path: "/api/recordings/{recording_id}/metadata"
tags: ["Recordings"]
---

# Get recording metadata

`GET /api/recordings/{recording_id}/metadata`

## Path parameters

- `recording_id` string, required

## Response `200`

Recording metadata

- RecordingMetadata
  - `transaction_id` string, uuid
  - `duration_ms` integer
  - `start_time` string, date-time
  - `user_frames` integer
  - `agent_frames` integer

---

[API](https://skmtc.dev/ibm/apis/wxo-server-api.md) · [All operations](https://skmtc.dev/ibm/apis/wxo-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibm/wxo-server-api/revisions/82c114c37196/schema)
