---
title: "Get search results."
method: GET
path: "/api/apps/{app}/search"
tags: ["Search"]
---

# Get search results.

`GET /api/apps/{app}/search`

## Path parameters

- `app` string, required

## Query parameters

- `query` string, nullable

## Response `200`

Search results returned.

- SearchResultDto[]
  - `_links` object, required — The links.
  - `name` string, required — The name of the search result.
  - `type` 'Asset' | 'Content' | 'Dashboard' | 'Setting' | 'Rule' | 'Schema', required
  - `label` string, nullable — An optional label.

## Other responses

- `404` — App not found.
- `500` — Operation failed.

---

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