---
title: "List Envs"
method: GET
path: "/databases/{uuid}/envs"
tags: ["Databases"]
---

# List Envs

`GET /databases/{uuid}/envs`

List all envs by database UUID.

## Path parameters

- `uuid` string, required

## Response `200`

Environment variables.

- EnvironmentVariable[]
  - `id` integer
  - `uuid` string
  - `resourceable_type` string
  - `resourceable_id` integer
  - `is_literal` boolean
  - `is_multiline` boolean
  - `is_preview` boolean
  - `is_runtime` boolean
  - `is_buildtime` boolean
  - `is_shared` boolean
  - `is_shown_once` boolean
  - `key` string
  - `value` string
  - `real_value` string
  - `comment` string, nullable
  - `version` string
  - `created_at` string
  - `updated_at` string

## Other responses

- `400` — Invalid token.
- `401` — Unauthenticated.
- `404` — Resource not found.

## Changes

> 55 revisions in range; 6 could not be searched.

- **2026-03-19** `23cc94cc8715` — 1 info
  - endpoint added
- **2026-03-16** `385ee693a76d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/coollabsio/apis/coolify/changes/databases/:uuid/envs/get.md)

---

[API](https://skmtc.dev/coollabsio/apis/coolify.md) · [All operations](https://skmtc.dev/coollabsio/apis/coolify/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coollabsio/coolify/revisions/789e6ad3796c/schema)
