List available reports

Returns a list of reports available for download.

Authentication

AuthorizationBasic
To authenticate a request, provide an `Authorization` header with the value `Basic base64(username:password)`. For example, if your HUMAN Auth ID is `whiteops` and your HUMAN Auth Key is `secret`, your `Authorization` header should be set to `Basic d2hpdGVvcHM6c2VjcmV0`.

Query parameters

typestringOptional

Lets you filter the API response list by report type. Possible values are report and export.

Response

Success
datalist of objectsOptional

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error