---
title: "Get version metadata"
method: GET
path: "/taxonomies/{taxonomy}"
tags: ["Taxonomies"]
---

# Get version metadata

`GET /taxonomies/{taxonomy}`

Provides information about the latest version of the specified taxonomy including release date, available fields, and other information.

## Path parameters

- `taxonomy` string, required

## Response `200`

OK

- object
  - `data` object, required
    - `name` string, required
    - `version` string, required
    - `releaseDate` string, required
    - `fields` string[], required
    - `levels` 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/revisions/fc66b9877391/schema)
