---
title: "Get Paid Talent"
method: POST
path: "/v1/talent/paid-talent"
tags: ["Talent"]
---

# Get Paid Talent

`POST /v1/talent/paid-talent`

Returns a paginated list of talent GUIDs with positive total wages within the provided date range.

## Query parameters

- `page` integer
- `pageSize` integer

## Headers

- `Tenant` string
- `FrontOfficeTenantId` integer
- `RequestId` string, uuid, required

## Request body

- PaidTalentSearchParameters
  - `supplierGuid` string, guid, required — The unique identifier for the staffing company (supplier), formatted as a UUID.
  - `checkStartDate` string, date-time, required — The start date of the paycheck date range used to calculate total wages. Provide only the date without any time information, in any valid format (for example, YYYY-MM-DD or MM-DD-YYYY).
  - `checkEndDate` string, date-time, required — The end date of the paycheck date range used to calculate total wages. Provide only the date without any time information, in any valid format (for example, YYYY-MM-DD or MM-DD-YYYY).

## Response `200`

200 response

- PagedResultsOfGuid
  - `totalCount` integer, required — The total number of items.
  - `results` string[]
  - `pageSize` integer — The number of items to be displayed on one page.
  - `currentPage` integer — The current page number.
  - `totalPages` integer — The total number of pages.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Access Denied
- `404` — Not found
- `406` — Unsupported format(s) indicated by Accept header
- `415` — Unsupported format(s) indicated by the Content-Type header
- `429` — Too many requests
- `500` — An unexpected error occurred
- `502` — Service Unavailable

---

[API](https://skmtc.net/avionte/apis/aviont-partner-authorization-api.md) · [All operations](https://skmtc.net/avionte/apis/aviont-partner-authorization-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avionte/aviont-partner-authorization-api/revisions/846b33e4e71b/schema)
