---
title: "Get record"
method: GET
path: "/api/collections/{slug}/records/{recordId}"
tags: ["Collections"]
---

# Get record

`GET /api/collections/{slug}/records/{recordId}`

Fetch a record by id.

## Path parameters

- `slug` string, required
- `recordId` string, required

## Headers

- `X-Reqres-Env` string

## Response `200`

Record

- CollectionRecordResponse
  - `data` CollectionRecord, required
    - `id` string, required
    - `collection_id` string
    - `project_id` string
    - `app_user_id` string
    - `created_by` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `deleted_at` string, date-time, nullable
    - `data` object, required

## Other responses

- `404` — Error response

---

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