---
title: "List Extractors"
method: GET
path: "/e"
tags: ["Extractors"]
---

# List Extractors

`GET /e`

Retrieve a list of active extractors for your account

## Query parameters

- `skip` integer
- `limit` integer

## Response `200`

List of extractors

- ExtractorsPublic
  - `data` ExtractorPublic[], required
    - `id` string, uuid, required
    - `name` string, required
    - `slug` string, required
    - `description` string, nullable
    - `cost_type` 'PER_PAGE' | 'PER_DOCUMENT', required
    - `cost_credits` integer, required
  - `count` integer, required

---

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