Look up a subject
Returns the subject record for a document id (no new report is
issued and nothing is billed). Subjects are created automatically the
first time a report is requested for that document. The docId path
parameter is the document id as issued (e.g. a Chilean RUT like
12.345.678-5); it is validated and normalized per country. If the
subject already has scores, the latest one is summarized in last_score
/ last_band / last_score_at (last_score is absent for the SC band).
A subject that does not exist returns 404 not_found.
Authorizations
Session JWT (from register/login) or API key (pk_...).
X-API-Key: <token> is accepted as an alternative header.
Path Parameters
Document id as issued in the country (e.g. 12.345.678-5 for Chile).
Query Parameters
ISO country of the document (default CL).
Response
Subject record with its latest score summary.