---
title: "Get config options"
method: GET
path: "/config"
tags: ["Config"]
---

# Get config options

`GET /config`

Get the value for a set of configuration options given a user and project context.  If a configuration option is invalid or is marked as private, then they will be filtered out, but request will still succeed.

## Query parameters

- `option` string[], required
- `project_id` number
- `user_id` number

## Response `200`

Success

- ConfigGetResponse
  - `configs` ConfigOption[]
    - `option` string
    - `value` unknown

## Other responses

- `403` — Access denied
- `404` — User or Project not found
- `503` — Mantis Offline

---

[API](https://skmtc.net/mantisbt/apis/mantisbt-rest-api.md) · [All operations](https://skmtc.net/mantisbt/apis/mantisbt-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mantisbt/mantisbt-rest-api/versions/7507b711fbee/schema)
