---
title: "Get concept by ID"
method: GET
path: "/taxonomies/{taxonomy}/versions/{version}/concepts/{id}"
tags: ["Taxonomies"]
---

# Get concept by ID

`GET /taxonomies/{taxonomy}/versions/{version}/concepts/{id}`

Returns information about a specific concept.

## Path parameters

- `taxonomy` string, required
- `version` string, required
- `id` string, required

## Response `200`

OK

- object
  - `data` unknown, required
  - `warnings` string[], required
  - `errors` string[], required

## Other responses

- `404` — requested resource not found

---

[API](https://skmtc.net/lightcast/apis/alumni-pathways-2-0.md) · [All operations](https://skmtc.net/lightcast/apis/alumni-pathways-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightcast/alumni-pathways-2-0/versions/fc66b9877391/schema)
