Get a report
GET {{baseUrl}}/v1/reports/:report_uuid
Get a company's report given the request_uuid
. The response will include the report request's status and, if complete, the report URL.
scope: company_reports: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
{"report_urls":["https://report.url.com"],"request_uuid":"p83d0ca8-7d41-42a9-834y-7d218ef6cb20","status":"succeeded"}