---
title: "Get configuration properties"
method: GET
path: "/config/{configId}"
tags: ["Configuration"]
---

# Get configuration properties

`GET /config/{configId}`

Returns all key-value properties for the specified configuration.

## Path parameters

- `configId` string, required

## Response `200`

A JSON object of configuration property key-value pairs.

- object

## Other responses

- `401` — Unauthorized. Basic authentication credentials are missing or invalid.
- `404` — The requested resource was not found.
- `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)
