GuidesAPI ReferenceChangelogAPI PolicyAPI StatusGusto Security
API Reference
These docs are for v2023-09-01. Click to read the latest docs for v2024-04-01.

Get a generated document

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

Path Params
string
required

the type of document being generated

string
required

The UUID of the Generated Document Request

Headers
string

Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.

Responses

Response body
object
string

A unique identifier of the Generated Document request

string

Current status of the Generated Document

document_urls
array of strings

The array of urls to access the documents.

document_urls
404

Not Found

The requested resource does not exist. Make sure the provided ID/UUID is valid.

Language
Credentials