| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

### Filter Options

#### Filter Object

- **vectors**: object | null
- **proximity**: object | null
- **audienceCampaignUuid**: uuid
- **onlyReturnHiddenTalent**: boolean  
  When true, counts only hidden talent (isHidden: true). Defaults to false, which counts only visible, non-archived talent.
- **includeHidden**: boolean  
  When true, counts both visible AND hidden talent (archived still excluded). Ignored when onlyReturnHiddenTalent=true.
- **audienceUuid**: uuid  
  Restrict counts to talents in this audience. With `includeHidden=true`, membership is resolved from `talentAudienceHistory` so hidden talents that lost their `audienceUuids` still count.

### Response Code

# ``200      Fetch a count of `talent`

### Example Request

```shell
curl --request GET \
     --globoff \
     --url 'https://services.fountain.com/api/servicepool/talents/count?filter[collate][locale]=en' \
     --header 'accept: application/json'
```

### Click `Try It!` to start a request and see the response here! Or choose an example:

### Response Format

application/json

```
200
```

**Last Updated**: 3 months ago
