---
title: "Get a List of Talent W-2 Forms by Applicant ID"
method: GET
path: "/v1/talent/{applicantId}/w2s"
tags: ["Talent"]
---

# Get a List of Talent W-2 Forms by Applicant ID

`GET /v1/talent/{applicantId}/w2s`

Returns a list of W-2 forms for the specified talent.

## Path parameters

- `applicantId` string, required

## Query parameters

- `sort` string
- `sortDescending` string

## Headers

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

## Response `200`

200 response

- TalentW2[]
  - `w2Guid` string, guid — Globally unique identifier for Form W-2.
  - `name` string — The name of the employer (staffing supplier).
  - `taxYear` integer — The taxation year the form is issued in.
  - `wageTip` number — Federal wages minus the withheld Federal income tax, Social Security tax, and Medicare tax.
  - `fedWages` number — Federal taxable wages.
  - `fedTaxWithheld` number — Total federal tax withheld.
  - `ssTaxWithheld` number — Total social security tax withheld.
  - `medTaxWithheld` number — Total Medicare tax withheld.

## 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/versions/846b33e4e71b/schema)
