---
title: "List values for a data source"
method: GET
path: "/v3/mapping_data_sources/{identifier}/values"
tags: ["Data Sources"]
---

# List values for a data source

`GET /v3/mapping_data_sources/{identifier}/values`

Returns the list of all values in a mapping data source

## Path parameters

- `identifier` string, required — Uniquely identify a mapping data source.

## Query parameters

- `limit` integer
- `offset` integer
- `search` string
- `annotation` integer
- `document` string

## Response `200`

Will return matching data source values

- object
  - `count` integer, required — Number of items in results.
  - `next` string, nullable — URL to request next page of results.
  - `previous` string, nullable — URL to request previous page of results.
  - `results` object[], required

## Other responses

- `400` — Bad request. If it is a validation error will contain a list of each invalid field
- `401` — Authorisation error
- `default` — UnexpectedError

---

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