---
title: "Get available extraction methods"
method: GET
path: "/extractor"
tags: ["extractor"]
---

# Get available extraction methods

`GET /extractor`

Retrieve the available extraction methods configured in the ingestor.

## Query parameters

- `page` integer — Page number for pagination.
- `pageSize` integer — Number of transfers per page.

## Response `200`

Available extractors retrieved sucessfully

- GetExtractorResponse
  - `methods` MethodItem[], required — List of the metadata extraction method names configured in the ingestor
    - `name` string, required
    - `schema` string, required
    - `url` string, required
  - `total` integer, required — Total number of methods

## Changes

> 50 revisions in range; 3 not diffed.

- **2025-11-13** `f35bb454d121` — 1 info
  - added the required property `methods/items/url` to the response with the `200` status
- **2024-12-09** `9a933d343cff` — 1 breaking, 4 info
  - removed the required property `extractors` from the response with the `200` status
  - api operation id `ExtractorController_getExtractors` removed and replaced with `ExtractorController_getExtractorMethods`
  - the endpoint scheme security `cookieAuth` was added to the API
  - removed the non-success response with the status `400`
  - …1 more
- **2024-12-05** `6dc5ed408876` — 1 warning, 4 info
  - removed the optional property `version` from the response with the `200` status
  - added the new optional `query` request parameter `page`
  - added the new optional `query` request parameter `pageSize`
  - added the required property `extractors` to the response with the `200` status
  - …1 more
- **2024-11-21** `07fd9c7dd96f` — 1 info
  - added the non-success response with the status `400`
- **2024-11-21** `19209da84e05` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/swissopenem/apis/scicat-ingestor-api/changes/extractor/get.md)

---

[API](https://skmtc.dev/swissopenem/apis/scicat-ingestor-api.md) · [All operations](https://skmtc.dev/swissopenem/apis/scicat-ingestor-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/swissopenem/scicat-ingestor-api/revisions/f35bb454d121/schema)
