---
title: "List Backends"
method: GET
path: "/api/v1/admin/backends"
tags: ["admin"]
---

# List Backends

`GET /api/v1/admin/backends`

List all registered Snakedispatch backends.

## Response `200`

Successful Response

- BackendResponse[]
  - `id` string, uuid, required
  - `name` string, required
  - `is_active` boolean, required
  - `url` string, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, nullable

---

[API](https://skmtc.dev/pypsa/apis/pypsa-app.md) · [All operations](https://skmtc.dev/pypsa/apis/pypsa-app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pypsa/pypsa-app/revisions/a9fc864817c3/schema)
