---
title: "Get Histopheno"
method: GET
path: "/v3/api/histopheno/{id}"
tags: ["histopheno"]
---

# Get Histopheno

`GET /v3/api/histopheno/{id}`

Retrieves the entity with the specified id

## Path parameters

- `id` string, required

## Query parameters

- `format` 'json' | 'tsv'

## Response `200`

Successful Response

- union
  - HistoPheno
    - `id` string, required
    - `items` HistoBin[], required — A collection of items, with the type to be overriden by slot_usage
      - `label` string, required
      - `count` integer, nullable — count of documents
      - `id` string, required
  - string

## Other responses

- `404` — Not Found
- `422` — Validation Error

---

[API](https://skmtc.dev/monarchinitiative/apis/fastapi.md) · [All operations](https://skmtc.dev/monarchinitiative/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/monarchinitiative/fastapi/revisions/2ceb106a8c03/schema)
