---
title: "Get a single cell by code"
method: GET
path: "/cell/{code}"
tags: ["Cells"]
---

# Get a single cell by code

`GET /cell/{code}`

Retrieves data for a single Cell.

## Path parameters

- `code` string, required — Cell code

## Response `200`

Cell information

- Cell — Cell schema.
  - `allowedObligors` AllowedObligorExposures[], required — List of allowed obligors
    - `code` string, required — Obligor Code
    - `name` string, required — Obligor Name
  - `code` string, required — Cell Code
  - `documents` CellDocuments[], required — Cell Documents
    - `name` string, required — Document Name
  - `name` string, required — Cell Name

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/treasuryspring/apis/treasuryspring-public-api.md) · [All operations](https://skmtc.net/treasuryspring/apis/treasuryspring-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasuryspring/treasuryspring-public-api/versions/d587dda25444/schema)
