---
title: "GET /v1/controllers/{id}"
method: GET
path: "/v1/controllers/{id}"
tags: ["Controllers"]
---

# GET /v1/controllers/{id}

`GET /v1/controllers/{id}`

Get controller detail by controller ID.

## Path parameters

- `id` string, required

## Response `200`

OK

- ControllerSpec — A controller is discovered and updated by task manager.
  - `id` string, required
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `name` string, required
  - `storage_id` string
  - `native_controller_id` string
  - `soft_version` string
  - `location` string
  - `status` 'normal' | 'offline' | 'unknown'
  - `cpu_info` string
  - `memory_size` integer

## Other responses

- `401` — NotAuthorized
- `403` — Forbidden
- `404` — The resource does not exist
- `500` — An unexpected error occurred.

## Changes

- **2020-12-07** `546531f6b87a` — 1 info
  - endpoint added
- **2020-06-03** `0fdcb8a77d6a` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/sodafoundation/apis/soda-infrastructure-management-api/changes/v1/controllers/:id/get.md)

---

[API](https://skmtc.dev/sodafoundation/apis/soda-infrastructure-management-api.md) · [All operations](https://skmtc.dev/sodafoundation/apis/soda-infrastructure-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sodafoundation/soda-infrastructure-management-api/revisions/b2017613d719/schema)
