---
title: "Get local environment variables"
method: GET
path: "/api/system/environment/local"
tags: ["system"]
---

# Get local environment variables

`GET /api/system/environment/local`

Retrieve local environment variables from .env file

## Response `200`

Local environment variables

- object
  - `success` boolean
  - `data` object

## Other responses

- `500` — Error retrieving environment variables

---

[API](https://skmtc.net/elizaos/apis/eliza-os-api.md) · [All operations](https://skmtc.net/elizaos/apis/eliza-os-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elizaos/eliza-os-api/revisions/f43280bfdb0c/schema)
