---
title: "Get Backend Detail"
method: GET
path: "/api/v1/admin/backends/{backend_id}"
tags: ["admin"]
---

# Get Backend Detail

`GET /api/v1/admin/backends/{backend_id}`

Get a single backend by ID.

## Path parameters

- `backend_id` string, uuid, required — Backend UUID

## Response `200`

Successful Response

- BackendResponse — Full backend info for admin endpoints.
  - `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

## Other responses

- `422` — Validation Error

---

[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)
