> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackr.lat/llms.txt
> Use this file to discover all available pages before exploring further.

# Listar Bancos

> Retorna a lista de todas as instâncias de bancos de dados provisionadas.

### Resposta de Sucesso (`200 OK`)

```json theme={null}
[
  {
    "id": "db_9f8e7d6c-5b4a-3c2b-1a0e-9d8c7b6a5f4e",
    "name": "meu-db-producao",
    "engine": "postgres",
    "status": "RUNNING",
    "memoryMb": 512,
    "createdAt": "2026-05-31T19:00:00.000Z"
  }
]
```
