---
title: "Get skill suggestions based on provided skill(s)"
method: GET
path: "/v3/resume_search/suggestion_skill"
tags: ["Search & Match"]
---

# Get skill suggestions based on provided skill(s)

`GET /v3/resume_search/suggestion_skill`

Provided one or more skills, get related suggestions for your search.

## Query parameters

- `skills` string[], required

## Response `200`

Successfully fetched related skills.

- string[]

## Other responses

- `400` — Bad request. If it is a validation error will contain a list of each invalid field
- `401` — Authorisation error
- `default` — UnexpectedError

---

[API](https://skmtc.net/affinda/apis/affinda-api.md) · [All operations](https://skmtc.net/affinda/apis/affinda-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/affinda/affinda-api/revisions/5f71e092a3e8/schema)
