---
title: "Count talent"
method: GET
path: "/api/servicepool/talents/count"
tags: ["talent"]
---

# Count talent

`GET /api/servicepool/talents/count`

Counts visible talent only by default (isHidden is not true and archivedAt does not exist). Pass onlyReturnHiddenTalent=true to count only hidden talent instead, or includeHidden=true to count BOTH visible and hidden talent (archived still excluded).

## Query parameters

- `filter` ParametersFilter
  - `where` ParametersFilterWhere
  - `fields` ParametersFilterFields
  - `limit` number
  - `skip` number
  - `order` string[]
  - `collate` ParametersFilterCollation
    - `locale` string
    - `strength` number
    - `caseLevel` boolean
    - `numericOrdering` boolean
- `vectors` JobMatchVectorDto, nullable
  - `matchThreshold` number, required — The match threshold of the job match vector
  - `matchType` 'Job' | 'Opening', required — The match type of the job match vector
  - `matchUuid` string, required — The unique identifier of the job match vector
- `proximity` ProximityMatchDto, nullable
  - `distance` number, required — The numeric distance from location
  - `unit` 'mile' | 'kilometer', required — The unit of measurement
  - `locationUuid` string, required — The unique identifier of the location to check distance against
- `audienceCampaignUuid` string, uuid
- `onlyReturnHiddenTalent` boolean
- `includeHidden` boolean
- `audienceUuid` string, uuid

## Response `200`

Fetch a count of `talent`

- object
  - `data` object, required
    - `count` number
    - `workerCount` number
    - `applicantCount` number
    - `prospectCount` number
    - `averageScore` number
  - `meta` ResponsesPartMeta, required
    - `timestamp` string, date-time, required
    - `verb` 'OPTION' | 'GET' | 'PUT' | 'POST' | 'PATCH' | 'DELETE'
    - `path` string
    - `jti` string
    - `rid` string
    - `count` number
    - `status` string
    - `duration` number
    - `size` number

---

[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)
