---
title: "Get Record Event"
method: GET
path: "/sessions/records/{record_id}"
tags: ["Sessions"]
---

# Get Record Event

`GET /sessions/records/{record_id}`

## Path parameters

- `record_id` string, uuid, required

## Response `200`

Successful Response

- SessionRecordResponse
  - `record` SessionRecord
    - `created_at` string, date-time, nullable
    - `updated_at` string, date-time, nullable
    - `deleted_at` string, date-time, nullable
    - `created_by_id` string, uuid, nullable
    - `updated_by_id` string, uuid, nullable
    - `deleted_by_id` string, uuid, nullable
    - `record_id` string, uuid, required
    - `session_id` string, required
    - `project_id` string, uuid, required
    - `record_index` integer, nullable
    - `timestamp` string, date-time, nullable
    - `record_type` string, nullable
    - `record_source` string, nullable
    - `attributes` object, nullable
    - `turn_id` string, nullable
    - `span_id` string, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-03** `fc532d6dc820` — 7 info
  - added the optional property `record/anyOf[subschema #1: SessionRecord]/created_by_id` to the response with the `200` status
  - added the optional property `record/anyOf[subschema #1: SessionRecord]/deleted_at` to the response with the `200` status
  - added the optional property `record/anyOf[subschema #1: SessionRecord]/deleted_by_id` to the response with the `200` status
  - added the optional property `record/anyOf[subschema #1: SessionRecord]/span_id` to the response with the `200` status
  - …3 more
- **2026-07-25** `5a14788d939f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/agenta-ai/apis/agenta-api/changes/sessions/records/:record_id/get.md)

---

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