---
title: "Get search results for active contribution data by sending a request to the catalog with other extracted text as a search parameter."
method: GET
path: "/other-extracted-text/search"
tags: ["Other Extracted Text"]
---

# Get search results for active contribution data by sending a request to the catalog with other extracted text as a search parameter.

`GET /other-extracted-text/search`

Get search results for active contribution data by sending a request to the catalog with other extracted text as a search parameter. It returns a JSON result.

## Query parameters

- `q` string
- `id` string
- `userId` string
- `userName` string
- `naId` string
- `status` string
- `createdAt` string
- `updatedAt` string
- `sortBy` 'contribution.asc' | 'contribution.desc' | 'createdAt.asc' | 'createdAt.desc' | 'updatedAt.asc' | 'updatedAt.desc'
- `includeTotalCount` boolean

## Response `200`

A body of response data containing other extracted 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/revisions/cafec81df996/schema)
