---
title: "Find unifiedJobs matches for a given talent based on aggregate vector match"
method: GET
path: "/api/servicepool/talents/{identifier}/jobMatches"
tags: ["unifiedJobs", "talent"]
---

# Find unifiedJobs matches for a given talent based on aggregate vector match

`GET /api/servicepool/talents/{identifier}/jobMatches`

## Path parameters

- `identifier` string, uuid, required

## Response `200`

Successfully fetched best matching available unified jobs

- object
  - `data` UnifiedJobsDtoMatch[], required
    - `uuid` string, required — The unique identifier of the unified job
    - `jobCoverage` number, required — How well the talent covers the job skill requirements, ranging from 0 to 1
    - `title` string — The title of the unified job
    - `description` string — The description of the unified job
    - `topSkills` object[] — Top skills from the job with match status against the talent
      - `skill` string, required — The skill name
      - `matched` boolean, required — Whether the talent has this skill

## Other responses

- `404` — default error response

---

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