---
title: "Get the user configuration for an app"
method: GET
path: "/api/user-config/{urn}"
tags: ["User Config"]
---

# Get the user configuration for an app

`GET /api/user-config/{urn}`

## Path parameters

- `urn` string, required

## Response `default`

- GetUserConfigDto
  - `appEnv` string, nullable, required
  - `dockerCompose` string, nullable, required
  - `isEnabled` boolean, required
  - `sourceCompose` string, nullable, required

## Changes

- **2026-01-29** `e71e44ce84ed` — 1 breaking
  - removed the required property `actualEnv` from the response with the `default` status
- **2026-01-09** `7fa10c0bd5db` — 2 info
  - added the required property `actualEnv` to the response with the `default` status
  - added the required property `sourceCompose` to the response with the `default` status
- **2025-09-19** `04aac8a043a6` — 1 breaking
  - removed the success response with the status `200`
- **2025-09-07** `8894b9440760` — 2 breaking
  - response property `appEnv` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `dockerCompose` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
- **2025-06-23** `f559a5ad58ce` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/runtipi/apis/runtipi-api/changes/api/user-config/:urn/get.md)

---

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