---
title: "List commands' autocomplete data"
method: GET
path: "/api/v4/teams/{team_id}/commands/autocomplete_suggestions"
tags: ["commands"]
---

# List commands' autocomplete data

`GET /api/v4/teams/{team_id}/commands/autocomplete_suggestions`

List commands' autocomplete data for the team.
##### Permissions
`view_team` for the team.

## Path parameters

- `team_id` string, required

## Query parameters

- `user_input` string, required

## Response `200`

Commands' autocomplete data retrieval successful

- 38cb7293AutocompleteSuggestion[]
  - `Complete` string — Completed suggestion
  - `Suggestion` string — Predicted text user might want to input
  - `Hint` string — Hint about suggested input
  - `Description` string — Description of the suggested command
  - `IconData` string — Base64 encoded svg image

## Other responses

- `400` — Invalid or missing parameters in URL or request body
- `401` — No access token provided
- `403` — Do not have appropriate permissions

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
