---
title: "autocomplete"
method: GET
path: "/v1/entity:autocomplete"
tags: ["Entities"]
---

# autocomplete

`GET /v1/entity:autocomplete`

Autocomplete entity attributes

## Query parameters

- `anonymize` boolean
- `input` string
- `attribute` string, required
- `slug` string — URL-friendly identifier for the entity schema
- `size` integer

## Response `200`

Success

- object
  - `hits` number
  - `results` union[]
    - union
      - string
      - boolean
      - object

---

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