Get most recent report file

Use this endpoint to get the most recent report file details for a specific report. In order to get a successful response, there have to be at least 1 successfully generated report file for the report.

Etags

Along with the successful response, the Etag HTTP header is returned, containing ETag identifier of the report file. In order to save bandwidth resources, the If-None-Match HTTP header containing the recently retrieved report file ETag can be passed with the request. If there's no report file, that is newer than the one referred in the If-None-Match header, the API responds with HTTP 304 Not Modified status code and does not provide content.

Log in to see full request history
Path Params
string
required

Report identifier

Headers
string

Report file ETag to be compared with the most recent report file

Responses

304

Returned when there's no newer report file available.

412

Returned when the provided value for the If-Match header doesn't match.

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json