---
title: "Get indexed documents for a specific index"
method: GET
path: "/v3/index/{name}/documents"
tags: ["Search & Match"]
---

# Get indexed documents for a specific index

`GET /v3/index/{name}/documents`

Returns all the indexed documents for that index

## Path parameters

- `name` string, required — Unique index name

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

Successfully retrieved list of indexed documents

- object
  - `count` integer — Number of indexed documents in result
  - `next` string, nullable — URL to request next page of results
  - `previous` string, nullable — URL to request previous page of results
  - `results` object[]
    - `document` string

## 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)
