---
title: "flowsAutocomplete"
method: GET
path: "/v1/kanban/query/flows:autocomplete"
tags: ["Query"]
---

# flowsAutocomplete

`GET /v1/kanban/query/flows:autocomplete`

Returns autocomplete suggestions for a given attribute in the Flows dataset.

Use this endpoint to power filter dropdowns and search inputs in the Kanban board configuration UI.
The `attribute` parameter specifies which field to autocomplete (e.g. `name`, `assignee`, `status`).
The optional `input` parameter filters results to those matching the typed prefix.

## Query parameters

- `input` string
- `attribute` string, required
- `size` integer
- `from` integer

## Response `200`

Autocomplete results returned successfully

- object
  - `results` union[], required
    - union
      - string
      - boolean
      - object
  - `hits` number, required — Total number of matching items available

## Other responses

- `400` — Bad request - Missing or invalid parameters
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - Insufficient permissions
- `500` — Internal server error

---

[API](https://skmtc.dev/epilot/apis/kanban-api.md) · [All operations](https://skmtc.dev/epilot/apis/kanban-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/epilot/kanban-api/revisions/051153ffb2ea/schema)
