---
title: "Get manager config."
method: GET
path: "/api/config/manager"
tags: ["Configuration"]
---

# Get manager config.

`GET /api/config/manager`

## Response `200`

The manager configuration.

- ConfigManager
  - `php_cli` string — Path to the PHP executable.

## Changes

- **2023-05-05** `0a66bb0ccf19` — 1 breaking, 1 info
  - the response's body type changed from `array` to `object` for status `200`
  - added the optional property `php_cli` to the response with the `200` status
- **2022-02-17** `50d1d0bed8dd` — 1 warning
  - removed the optional property `items/server` from the response with the `200` status
- **2020-07-23** `42c41034504b` — 1 breaking, 1 warning, 2 info
  - the response's body type changed from `object` to `array` for status `200`
  - removed the optional property `php_cli` from the response with the `200` status
  - the endpoint scheme security `CookieAuthentication` was removed from the API
  - the endpoint scheme security `TokenAuthentication` was removed from the API

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

---

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