---
title: "Text search"
method: GET
path: "/rest/v1/text_search"
tags: ["Search"]
---

# Text search

`GET /rest/v1/text_search`

## Query parameters

- `format` 'json' | 'md' | 'csv' | 'oscal'
- `text` string, required

## Response `200`

Success

- DataListResponseSchema
  - `data` object[]

## Other responses

- `400` — Missing text parameter
- `404` — Not found

## Changes

- **2026-07-08** `710ec655bbc9` — 1 breaking, 3 info
  - the response's body type/format changed from `array`/`` to `object`/`` for status `200`
  - api tag `Search` added
  - added the non-success response with the status `400`
  - added the optional property `data` to the response with the `200` status
- **2026-01-16** `ae03d764eede` — 1 breaking, 1 warning, 2 info
  - the response's body type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the optional property `data` from the response with the `200` status
  - api tag `Search` removed
  - removed the non-success response with the status `400`

[Change history](https://skmtc.dev/owasp/apis/opencre-rest-api/changes/rest/v1/text_search/get.md)

---

[API](https://skmtc.dev/owasp/apis/opencre-rest-api.md) · [All operations](https://skmtc.dev/owasp/apis/opencre-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/owasp/opencre-rest-api/revisions/17121b00bb98/schema)
