---
title: "Get autocomplete suggestions"
method: GET
path: "/api/projects/{projectId}/suggestions"
tags: ["Projects"]
---

# Get autocomplete suggestions

`GET /api/projects/{projectId}/suggestions`

Get autocomplete suggestions. Returns the requested resource or collection for the authenticated caller.

## Path parameters

- `projectId` string, required

## Query parameters

- `q` string
- `type` string

## Response `200`

Suggestions

- SuggestionsResponse — suggestions Response payload returned by the API.
  - `suggestions` Suggestion[], required — Suggested values returned by validation or autocomplete.
    - `value` string, required — value value for the suggestion object.
    - `type` string, required — type value for the suggestion object.
    - `valid` boolean, required — Whether the value passed validation.
    - `classification` string — Classification assigned during validation or suggestion lookup.

---

[API](https://skmtc.dev/ibuildthecloud/apis/discobot-server-api.md) · [All operations](https://skmtc.dev/ibuildthecloud/apis/discobot-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibuildthecloud/discobot-server-api/revisions/4de3fcd6be56/schema)
