---
title: "List all available harvest backends"
method: GET
path: "/harvest/backends/"
tags: ["harvest"]
---

# List all available harvest backends

`GET /harvest/backends/`

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- HarvestBackend
  - `extra_configs` HarvestExtraConfig[] — The backend extra configuration variables
    - `default` string — The config default value
    - `description` string — Some details about the behavior
    - `key` string — The config key
    - `label` string — A localized human-readable and descriptive label
  - `features` HarvestFeature[] — The backend optional features
    - `default` boolean — The feature default state (true is enabled)
    - `description` string — Some details about the behavior
    - `key` string — The feature key
    - `label` string — A localized human-readable and descriptive label
  - `filters` HarvestFilter[] — The backend supported filters
    - `description` string — The filter details
    - `key` string — The filter key
    - `label` string — A localized human-readable label
    - `type` string — The filter expected type
  - `id` string — The backend identifier
  - `label` string — The backend display name

---

[API](https://skmtc.net/data-gouv-fr/apis/udata-api.md) · [All operations](https://skmtc.net/data-gouv-fr/apis/udata-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/data-gouv-fr/udata-api/revisions/c302b208f9a5/schema)
