---
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

## Changes

- **2017-03-10** `3848874eb8a0` — 1 info
  - endpoint added
- **2017-02-25** `44f3dbd7a395` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/mantisbt/apis/mantisbt-rest-api/changes/config/get.md)

---

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