---
title: "Get a Talent Task"
method: GET
path: "/v1/talent/task/{taskId}"
tags: ["Talent"]
---

# Get a Talent Task

`GET /v1/talent/task/{taskId}`

Returns task details for the specified talent task record.

## Path parameters

- `taskId` 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`

The requested talent task.

- TalentTaskDto
  - `talentId` integer — The identifier for the talent.
  - `taskId` integer — The identifier for the task.
  - `taskTypeId` integer — The identifier for the task type.
  - `taskType` string — The name of the task type.
  - `createDate` string, date-time — The date the task was created. 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.
  - `taskDate` string, date-time — The UTC date-time the task was started. The field follows the YYYY-MM-DDTHH:mm:ss format in UTC time, for example, 2024-12-01T14:30:00Z.
  - `startTime` string, date-time — The UTC date-time the task was started. The field follows the YYYY-MM-DDTHH:mm:ss format in UTC time, for example, 2024-12-01T14:30:00Z.
  - `endTime` string, date-time — The UTC date-time the task was completed. The field follows the YYYY-MM-DDTHH:mm:ss format in UTC time, for example, 2024-12-01T14:30:00Z.
  - `timeZoneId` string — The timezone location of the task.
  - `taskUserId` integer — The identifier for the user that created the task.
  - `taskNotes` string — The description of the task.

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