---
title: "Retrieve endpoint configuration"
method: GET
path: "/endpoint/{id}/config"
tags: ["endpoint"]
---

# Retrieve endpoint configuration

`GET /endpoint/{id}/config`

Retrieves the configuration of the specified endpoint.

## Path parameters

- `id` string, required

## Response `200`

Success

- EndpointConfigurationStatus — An endpoint's configuration
  - `realized` EndpointConfigurationSpec — An endpoint's configuration
    - `options` ConfigurationMap — Map of configuration key/value pairs.
    - `label-configuration` LabelConfigurationSpec — User desired Label configuration of an endpoint
      - `user` string[] — Set of labels
  - `immutable` ConfigurationMap — Map of configuration key/value pairs.
  - `error` string

## Other responses

- `404` — Endpoint not found
- `429` — Rate-limiting too many requests in the given time frame

---

[API](https://skmtc.net/cilium/apis/cilium-api.md) · [All operations](https://skmtc.net/cilium/apis/cilium-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cilium/cilium-api/versions/351336b27221/schema)
