---
title: "Returns connection traffic information"
method: GET
path: "/connection/traffic"
tags: ["Connection"]
---

# Returns connection traffic information

`GET /connection/traffic`

Returns traffic information about requested connection

## Response `200`

Connection traffic

- ConnectionTrafficDTO
  - `bytes_received` integer
  - `bytes_sent` integer

## Other responses

- `400` — Failed to parse or request validation failed

## Changes

- **2022-09-14** `d69b82faa9e3` — 1 info
  - added the non-success response with the status `400`
- **2022-09-13** `07fc066f594b` — 1 info
  - endpoint added
- **2022-08-22** `b79669d1cc2e` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/mysteriumnetwork/apis/tequila-api/changes/connection/traffic/get.md)

---

[API](https://skmtc.dev/mysteriumnetwork/apis/tequila-api.md) · [All operations](https://skmtc.dev/mysteriumnetwork/apis/tequila-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mysteriumnetwork/tequila-api/revisions/cb1439736b63/schema)
