---
title: "Search Layer Features"
method: GET
path: "/api/v1/table/{layer_id}/search"
tags: ["table"]
---

# Search Layer Features

`GET /api/v1/table/{layer_id}/search`

Case-insensitive substring search across feature display fields.

## Query parameters

- `q` string, required
- `fields` string[], nullable
- `limit` integer

## Response `200`

Successful Response

- FeatureSearchResponse — Response for GET /table/{layer_id}/search.
  - `results` FeatureSearchResult[], required
    - `featureId` string, required
    - `name` string, nullable
    - `owner` string, nullable
    - `address` string, nullable
    - `parcelnumb` string, nullable
    - `matchField` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-12** `604ea84d0ff7` — 1 warning
  - deleted the `query` request parameter `token`

[Change history](https://skmtc.dev/maia-analytics/apis/maia-api/changes/api/v1/table/:layer_id/search/get.md)

---

[API](https://skmtc.dev/maia-analytics/apis/maia-api.md) · [All operations](https://skmtc.dev/maia-analytics/apis/maia-api/llms.txt) · [OpenAPI document](https://skmtc.dev/maia-analytics/apis/maia-api/revisions/7720763f8bf1?raw)
