---
title: "Get all of the conntrack entries."
method: GET
path: "/config/conntrack/all"
---

# Get all of the conntrack entries.

`GET /config/conntrack/all`

Get all of the conntrack infomation for all of the service.

## Response `200`

OK

- object
  - `ctAttr` ConntrackEntry[]
    - `destinationIP` string — IP address for externel access
    - `sourceIP` string — IP address for externel access
    - `destinationPort` integer — port number for the access
    - `sourcePort` integer — port number for the access
    - `protocol` string — value for access protocol
    - `conntrackState` string — value for Conntrack state
    - `ident` string — value for Conntrack ident
    - `conntrackAct` string — value for Conntrack Act
    - `packets` integer — Packet counts of the conntrack
    - `bytes` integer — Packet bytes of the conntrack
    - `servName` string — Connection's Service Name

## 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)
