Skip to main content

List Runs

List all generated document runs, sorted by most recent. Returns up to 50 runs.

Response

Array of run objects:
string
Unique run identifier
string[]
List of file names in this run (recursive)

Example

Response

Download File

Download a specific file from a generation run. Searches recursively within the run directory.
string
required
The run ID returned from a generation endpoint.
string
required
File name to download (e.g. photo_full_picture.png).

Example

Returns the file with appropriate content type, or 404 if not found.