Get a generated document
GET {{baseUrl}}/v1/generated_documents/:document_type/:request_uuid
Get a generated document given the request_uuid. The response will include the generation request's status and, if complete, the relevant document urls.
scope: generated_documents:read
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| X-Gusto-API-Version | string | Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used. | |
| Accept | string | 
RESPONSES
status: OK
{"document_urls":["https://document.url.com"],"request_uuid":"p83d0ca8-7d41-42a9-834y-7d218ef6cb20","status":"succeeded"}