---
title: "Retrieve settings"
method: GET
path: "/settings/"
tags: ["Settings"]
---

# Retrieve settings

`GET /settings/`

## Response `200`

settings received successful

- object
  - `data` object
    - `ask_user` boolean
    - `assistant_use_agents` boolean
    - `debug` boolean
    - `docker_inside` boolean
    - `is_develop_mode` boolean
    - `version` string
  - `status` string

## Other responses

- `403` — getting settings not permitted

## Changes

- **2026-05-08** `a13db8da4c0d` — 1 info
  - endpoint added
- **2026-03-26** `fe95938acc20` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/vxcontrol/apis/pentagi-swagger-api/changes/settings/get.md)

---

[API](https://skmtc.dev/vxcontrol/apis/pentagi-swagger-api.md) · [All operations](https://skmtc.dev/vxcontrol/apis/pentagi-swagger-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vxcontrol/pentagi-swagger-api/revisions/7c1cbf7abaa1/schema)
