List credit reports
Returns the credit reports of your account, newest first. The
from and to date filters (organization timezone, both inclusive) are mandatory. Reports
owned by other accounts are never visible (ownership isolation: a report id
belonging to another account returns 404 not_found).
Authorizations
Session JWT (from register/login) or API key (pk_...).
X-API-Key: <token> is accepted as an alternative header.
Query Parameters
Start date YYYY-MM-DD (organization timezone, inclusive). An invalid date returns 400 invalid_range.
End date YYYY-MM-DD (organization timezone, inclusive).
Filter by subject id (from GET /v1/qscore/subjects/{docId}).
Filter by report status.
pending, ready, failed Page number (>= 1).
Results per page (max 200).
x <= 200Response
Reports page. Each item is the stored report object; the
scoring model version field is score_model_version in this listing
(the single-report endpoints return the same value as model_version).