---
title: "Get Talent Certificate Documents"
method: GET
path: "/v1/talent/certificate/{certificateId}/documents"
tags: ["Talent"]
---

# Get Talent Certificate Documents

`GET /v1/talent/certificate/{certificateId}/documents`

Returns a list of documents that have been associated to a talent's certificate record.

## Path parameters

- `certificateId` 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 documents associated with the talent certificate.

- TalentCertificateDocument[]
  - `talentCertificateUploadId` integer — The identifier of the talent's certificate document upload.
  - `talentCertificateID` integer — The identifier of the talent's certificate.
  - `fileName` string — The title of the document with the file extension.
  - `uploadedBy` integer — The identifier of the user who uploaded the document.
  - `uploadedDateUtc` string, date-time — The date and UTC time when the document was uploaded. UTC timestamp in ISO 8601 format (e.g., 2025-06-09T14:30:00Z).
  - `expirationDateUtc` string, date-time — The expiration date and UTC time of the document. UTC timestamp in ISO 8601 format (e.g., 2025-06-09T14:30:00Z).
  - `fileContents` string, byte — The Base-64 encoded contents of the document.

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