---
title: "Get a List of Talent Assessments"
method: GET
path: "/v1/talent/{talentId}/assessments"
tags: ["Talent"]
---

# Get a List of Talent Assessments

`GET /v1/talent/{talentId}/assessments`

Retrieves assessment results for the specified talent.

## Path parameters

- `talentId` string, required

## Headers

- `RequestId` string, uuid — The unique request identifier used to correlate request data with log entries and events, formatted as a UUID.
- `FrontOfficeTenantId` integer
- `Tenant` string

## Response `200`

A list of talent assessment results for the specified talent.

- TalentAssessment[]
  - `applicantAssessmentId` integer — The identifier for the assessment associated with a talent.
  - `sessionStatus` string — The status of the assessment.
  - `talentId` integer — The identifier for the talent.
  - `providerAssessmentId` string, guid — The provider identifier for the assessment.
  - `providerAssessmentName` string — The provider name for the assessment.
  - `providerType` string — The name of the provider.
  - `completedDateTime` string, date-time — The date and time when the assessment was completed. The field follows the YYYY-MM-DD or YYYY-MM-DDTHH:mm:ss formats and also supports fractional seconds, such as YYYY-MM-DDTHH:mm:ss.sss. For example, 2024-12-01, 2024-12-01T14:30:00, and 2024-12-01T14:30:00.546.
  - `totalQuestions` integer — The total number of questions within the specified assessment.
  - `questionsCorrect` integer — The total number of questions answered correctly within the specified assessment.
  - `displayScore` string — The display score of the specified assessment.
  - `overallEvaluationText` string — The overall evaluation text for the specified assessment.
  - `overallScoreType` string — The overall score type for the specified assessment.
  - `overallNumericScore` integer — The overall numeric score achieved by the talent in the specified assessment.
  - `rawScore` number, double — The raw score obtained by the talent in the specified assessment.
  - `tscore` number, double — The T-score obtained by the talent in the specified assessment.
  - `zscore` number, double — The Z-score obtained by the talent in the specified assessment.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Access Denied
- `404` — Not found
- `405` — Unsupported method
- `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
- `504` — Gateway Timeout

---

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