---
title: "Get search results for transcriptions data by sending a request with search parameters to the catalog."
method: GET
path: "/transcriptions/search"
tags: ["Transcriptions"]
---

# Get search results for transcriptions data by sending a request with search parameters to the catalog.

`GET /transcriptions/search`

Get search results for transcriptions data by sending a request with search parameters to the catalog. Returns a JSON result.

## Query parameters

- `q` string
- `id` string
- `userName` string
- `userId` string
- `naId` string
- `debug` boolean

## Response `200`

A body of response data containing full transcription objects if any were found.

## Other responses

- `400` — Bad Request. Invalid search terms, revise terms.
- `422` — Unprocessable Entity.

---

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