---
title: "Recupera as sessões ativas do bot EvoAI"
method: GET
path: "/evoai/fetchSessions/:evoaiId/{instance}"
tags: ["EvoAI Controller"]
---

# Recupera as sessões ativas do bot EvoAI

`GET /evoai/fetchSessions/:evoaiId/{instance}`

Recupera as sessões ativas de um bot EvoAI específico, com base no ID do bot (`evoaiId`) e na instância do bot (`instance`).

## Path parameters

- `evoaiId` string, required
- `instance` string, required

## Response `200`

Sessões recuperadas com sucesso.

- object
  - `sessions` string

## Changes

- **2025-05-15** (v2) `153363ee7f38` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/evolution-foundation/apis/openapi/changes/evoai/fetchSessions/:evoaiId/:instance/get.md)

---

[API](https://skmtc.dev/evolution-foundation/apis/openapi.md) · [All operations](https://skmtc.dev/evolution-foundation/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/evolution-foundation/openapi/revisions/153363ee7f38/schema)
