---
title: "Provides Node sessions data during a period of time"
method: GET
path: "/node/provider/sessions"
tags: ["provider"]
---

# Provides Node sessions data during a period of time

`GET /node/provider/sessions`

Node sessions metrics during a period of time

## Query parameters

- `range` string

## Response `200`

Provider sessions list

- ProviderSessionsResponse
  - `sessions` ProviderSession[]
    - `consumer_country` string
    - `duration_seconds` integer
    - `earnings` Tokens — Tokens a common response for ethereum blockchain monetary amount
      - `ether` string
      - `human` string
      - `wei` string
    - `id` string
    - `service_type` string
    - `started_at` string
    - `transferred_bytes` integer

## Other responses

- `400` — Failed to parse or request validation failed
- `500` — Internal server error

---

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