---
title: "List all configuration IDs"
method: GET
path: "/config/"
tags: ["Configuration"]
---

# List all configuration IDs

`GET /config/`

Returns the set of all known configuration identifiers.

## Response `200`

A JSON array of configuration ID strings.

- string[]

## Other responses

- `401` — Unauthorized. Basic authentication credentials are missing or invalid.
- `500` — An unexpected server error occurred.

---

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