Skip to main content
GET
Download Report

Authorizations

Authorization
string
header
required

Get token from Auth0 and paste it here

Path Parameters

organization_id
string
required
report_id
string
required

Response

Successful Response

Returned by the GET poll/download endpoint.

url is a presigned GCS link, present only once status is READY; while the worker is still running status is PENDING/GENERATING and url is None.

status
enum<string>
required

Report lifecycle, independent of the underlying Document's status.

Available options:
pending,
generating,
ready,
failed
url
string | null