---
title: "Get a Talent Adobe Onboarding Document"
method: GET
path: "/v1/talent/{talentId}/onboarding-documents/{documentId}"
tags: ["Talent"]
---

# Get a Talent Adobe Onboarding Document

`GET /v1/talent/{talentId}/onboarding-documents/{documentId}`

Retrieves the specified Adobe E-Sign document for a specified talent.

## Path parameters

- `talentId` string, required
- `documentId` 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 Adobe E-Sign document for the specified talent.

- AdobeESignDocument
  - `documentId` integer — The identifier for the onboarding document record.
  - `talentId` integer — The identifier for the talent.
  - `documentName` string — The file name of the document.
  - `documentType` string — The type of the document.
  - `dateCreated` string, date-time — The date on which the onboarding document was sent to the talent. The field follows the YYYY-MM-DDTHH:mm:ss format and also supports fractional seconds, such as YYYY-MM-DDTHH:mm:ss.sss. For example, 2024-12-01T14:30:00+00:00, and 2024-12-01T14:30:00.546+00:00.
  - `createdBy` integer — The BOLD ID of the user who sent the onboarding document to the talent.
  - `verifiedBy` integer — BOLD ID of the user that verified the onboarding document.
  - `verifiedDate` string, date-time — The date on which the onboarding document was verified. The field follows the YYYY-MM-DDTHH:mm:ss format and also supports fractional seconds, such as YYYY-MM-DDTHH:mm:ss.sss. For example, 2024-12-01T14:30:00+00:00, and 2024-12-01T14:30:00.546+00:00.
  - `documentContents` string — The Base-64 encoded contents of the document.
  - `isFailedLoadContent` boolean — An indicator of whether the retreival of document contents from Adobe failed.
  - `failedLoadContentError` string — The error that occurred while retrieving the document contents from Adobe.

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