---
title: "List All Sessions"
method: GET
path: "/v3/reports/sessions/all"
tags: ["Relatórios"]
---

# List All Sessions

`GET /v3/reports/sessions/all`

Listar todas as sessões. Para buscar as sessões em qualquer horário necessário passar os parametros "from" e "to" com uma diferença de até 2 horas. Exemplo: /reports/sessions/all?from=2024-08-01T00:00:00.000Z&to=2024-08-01T02:00:00.000Z

## Response `200`

- object
  - `totalCount` number — Total de registros
  - `data` SessionSummary[]
    - `id` string, required
    - `_id` string, required

---

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