---
title: "Search concepts"
method: POST
path: "/taxonomies/{taxonomy}/versions/{version}/concepts"
tags: ["Taxonomies"]
---

# Search concepts

`POST /taxonomies/{taxonomy}/versions/{version}/concepts`

Supports more robust query construction than the GET endpoint by allowing multiple filter values to be specified for each field.

## Request body

- object
  - `searchTerm` string
  - `fields` unknown[]
    - unknown
  - `filter` object
  - `limit` integer
  - `after` string
  - `locale` string

## Response `200`

OK

- Schema — unresolved $ref

## Other responses

- `400` — bad request
- `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)
