---
title: "Retrieve data."
method: GET
path: "/data"
tags: ["data"]
---

# Retrieve data.

`GET /data`

Retrieve data.

## Query parameters

- `page[size]` integer
- `page[number]` integer
- `created_since` string
- `updated_since` string
- `domain_id` string
- `schema_uri` string
- `tenant` string
- `min_score` number
- `has_duplicates` boolean
- `has_subsets` boolean
- `is_unique` boolean

## Response `200`

successful operation

- object
  - `data` MutableData[]
    - `domainId` string — Object domain ID
    - `schemaUri` string — Validation schema URI
    - `content` object, required
    - `tenant` string — Tenant ID
    - `refs` AppDataRecord[]
      - `applicationUid` string
      - `recordUid` string
      - `modificationHistory` ModificationHistory[]
        - `user` string
        - `operation` string
        - `timestamp` string, date-time
    - `owners` Owner[]
      - `id` string, required — External id of the owner
      - `type` string, required — Type to discriminate owner's type
    - `id` string
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
  - `meta` Meta
    - `page` integer
    - `perPage` integer
    - `total` integer
    - `totalPages` integer

## Other responses

- `403` — Required permissions missing.

## Changes

- **2021-08-27** `2521d7f38446` — 2 info
  - added the non-success response with the status `403`
  - removed the non-success response with the status `401`
- **2021-08-26** `f28abf16de23` — 4 info
  - added the new optional `query` request parameter `has_duplicates`
  - added the new optional `query` request parameter `has_subsets`
  - added the new optional `query` request parameter `is_unique`
  - added the new optional `query` request parameter `min_score`
- **2021-08-13** `e7ded0bafbc6` — 1 info
  - added the non-success response with the status `401`
- **2021-08-09** `8e65ea7446ac` — 2 info
  - added the new optional `query` request parameter `tenant`
  - added the optional property `data/items/allOf[#/components/schemas/Data]/tenant` to the response with the `200` status
- **2021-07-29** `40d69893c45b` — 2 info
  - added the new optional `query` request parameter `domain_id`
  - added the new optional `query` request parameter `schema_uri`

[Full history](https://skmtc.dev/openintegrationhub/apis/data-hub/changes/data/get.md)

---

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