---
title: "List supported table extractors"
method: GET
path: "/v2/table_extractors"
tags: ["Table Extractors"]
---

# List supported table extractors

`GET /v2/table_extractors`

Lists the table extractors that are available for indexing. Table extractors extract tabular data from documents during indexing.

## Headers

- `Request-Timeout` integer
- `Request-Timeout-Millis` integer

## Response `200`

List of supported table extractors.

- ListTableExtractorsResponse — Response containing a list of available table extractors for document processing.
  - `table_extractors` TableExtractor[] — An array of table extractors.
    - `name` string — The name of the table extractor.
    - `is_default` boolean — Indicates whether this is the default extractor. The platform uses the default extractor when the indexing request does not specify one.
    - `description` string — The description of the table extractor.
    - `generation` TableGenerationSpec — Specification for the generation settings for table summarization. If not specified, the platform uses the default summarizer. All parameters are optional. Specified parameters override the default values.
      - `llm_name` string — The name of the LLM to use.
      - `prompt_template` string — The prompt template that generates the table summary. By default, the platform manages the system and user roles and prompts for the generative LLM. Set this field to override the default prompts. The `prompt_template` is an Apache Velocity template. For details on how to configure the `prompt_template`, see the [long-form documentation](https://docs.vectara.com/docs/prompts/vectara-prompt-engine).
      - `model_parameters` object — Optional parameters for the model that generates the table summary.

## Other responses

- `403` — Permissions do not allow listing table extractors.

---

[API](https://skmtc.net/vectara/apis/vectara-rest-api-v2.md) · [All operations](https://skmtc.net/vectara/apis/vectara-rest-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vectara/vectara-rest-api-v2/versions/e85040b266cc/schema)
