Retrieve a report
This endpoint allows you to retrieve the data associated with a specific report. Use the ULID provided when the report was originally generated to make the request.
To download the report in CSV format, include the Accept header with the value text/csv in your request. Alternatively, the rendered file can be retrieved from GET /reports/{id}/download using the format and sheet supplied at creation.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Specify the report sheet you want to retrieve when requesting the CSV format. When sheet was supplied at creation, that value takes precedence and this query param is ignored.

