---
title: "Get type-ahead suggestions for search"
method: GET
path: "/models/v3/cards/suggestions"
tags: ["sensors_other"]
---

# Get type-ahead suggestions for search

`GET /models/v3/cards/suggestions`

## Query parameters

- `q` string, required
- `limit` integer

## Response `200`

Successful Response

- object
  - `suggestions` object[], required — List of suggested completions
    - `text` string, required

## Other responses

- `400` — The request failed due to a client error, with one or more of the following possible causes: 1. The request required a tenant_id field, which was missing. 2. The request was malformed syntactically or semantically.
- `422` — Validation Error

## Changes

- **2026-04-09** `2f8b95371257` — 1 breaking
  - for the `query` request parameter `limit`, the type/format was changed from `integer`/`` to `integer`/`int32`
- **2026-02-12** `f012ca496aa8` — 2 info
  - api tag `sensors_other` added
  - api tag `v3` removed

[Change history](https://skmtc.dev/hiddenlayerai/apis/hiddenlayer-audit-api/changes/models/v3/cards/suggestions/get.md)

---

[API](https://skmtc.dev/hiddenlayerai/apis/hiddenlayer-audit-api.md) · [All operations](https://skmtc.dev/hiddenlayerai/apis/hiddenlayer-audit-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hiddenlayerai/hiddenlayer-audit-api/revisions/d8c55b669109/schema)
