---
title: "Get list of all document splitters"
method: GET
path: "/v3/document_splitters"
tags: ["Document API - Splitting"]
deprecated: true
---

# Get list of all document splitters

`GET /v3/document_splitters`

> **Deprecated.**

Returns all the document splitters visible to the user.

## Query parameters

- `offset` integer
- `limit` integer
- `organization` string — Uniquely identify an organization.
- `include_public` boolean

## Response `200`

All documents splitters

- DocumentSplitter[]
  - `identifier` string, required — Uniquely identify a document splitter.
  - `name` string, required
  - `type` 'llm' | 'llm_v2' | 'extractor' | 'keyword', required — The different types of document splitters
  - `organization` string, required — Uniquely identify an organization.
  - `extractor` string, required — Uniquely identify an extractor.
  - `llmHint` string, nullable, required — The hint about when to split which is passed into the LLM prompt.

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