---
title: "Find raw record by id"
method: GET
path: "/raw-record/{id}"
tags: ["raw record"]
---

# Find raw record by id

`GET /raw-record/{id}`

Returns a single raw record by its ID, if the user is authorized to see it.

## Path parameters

- `id` string, string, required

## Response `200`

Returns the raw record

- object
  - `data` RawRecord
    - `id` string
    - `payload` object
    - `tenant` string
    - `owners` Owner[]
      - `id` string — External id of the owner
      - `type` string — Type to discriminate between user or tenant
  - `meta` Meta
    - `page` integer
    - `perPage` integer
    - `total` integer
    - `totalPages` integer

## Other responses

- `404` — No raw record with this id was found.

## Changes

- **2021-08-13** `389f1cabff83` — 5 info
  - added the optional property `data/tenant` to the response with the `200` status
  - added the optional property `meta/page` to the response with the `200` status
  - added the optional property `meta/perPage` to the response with the `200` status
  - added the optional property `meta/total` to the response with the `200` status
  - …1 more

[Change history](https://skmtc.dev/openintegrationhub/apis/raw-data-storage/changes/raw-record/:id/get.md)

---

[API](https://skmtc.dev/openintegrationhub/apis/raw-data-storage.md) · [All operations](https://skmtc.dev/openintegrationhub/apis/raw-data-storage/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintegrationhub/raw-data-storage/revisions/389f1cabff83/schema)
