---
title: "Get End-Points State in loxilb"
method: GET
path: "/config/endpoint/all"
---

# Get End-Points State in loxilb

`GET /config/endpoint/all`

Get End-Points State in loxilb

## Response `200`

OK

- object
  - `Attr` EndPointGetEntry[]
    - `hostName` string — Host name
    - `name` string — Endpoint Identifier
    - `inactiveReTries` integer — Number of inactive retries
    - `probeType` string — Type of probe used
    - `probeReq` string — URI for http/https probes
    - `probeResp` string — Response for http/https probes
    - `probeDuration` integer — How frequently to probe in seconds
    - `probePort` integer — The l4port to probe on
    - `minDelay` string — Minimum delay seen for endpoint
    - `avgDelay` string — Average delay seen for endpoint
    - `maxDelay` string — Maximum delay seen for endpoint
    - `currState` string — Current state of this endpoint

## Other responses

- `401` — Invalid authentication credentials
- `500` — Internal service error
- `503` — Maintenance mode

---

[API](https://skmtc.net/loxilb-io/apis/loxilb-rest-api.md) · [All operations](https://skmtc.net/loxilb-io/apis/loxilb-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loxilb-io/loxilb-rest-api/revisions/45e9f0a95af0/schema)
