---
title: "Autocomplete Problems"
method: POST
path: "/api/v2/problems/autocomplete"
tags: ["Tickets"]
---

# Autocomplete Problems

`POST /api/v2/problems/autocomplete`

Returns tickets whose type is "problem" and whose subject contains the string specified in the `text` parameter.

You can specify the `text` parameter in the request body rather than the query string. Example:

`{"text": "fire"}`

#### Allowed For

* Agents

## Query parameters

- `text` string

## Request body

- object
  - `text` string — The text to search for

## Response `200`

Successful response

- ListTicketProblemsResponse

---

[API](https://skmtc.dev/botbrains-io/apis/support-api.md) · [All operations](https://skmtc.dev/botbrains-io/apis/support-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/botbrains-io/support-api/revisions/d53eac07ba68/schema)
