6. Get Report

2026-05-06

Retrieves the report associated with a specific person. The report is returned as a PDF file on success

Written by: Tarun

Get Report

Retrieves the report associated with a specific person. The report is returned as a PDF file on success. The person is identified using their unique ID passed as a query parameter.


HTTP Method & URL

GET {{baseURL}}/person

Query Parameters

ParameterTypeDescription
personIdstringThe unique identifier of the person whose report is to be retrieved. Example: 696dfc78d6b1018502xxxxxx

Responses

StatusScenarioDescription
200 OKSuccessThe report was found and is returned as a PDF file (application/pdf).
404Report not generatedThe person exists in the system, but their report has not been generated yet.
403Person not foundNo person was found matching the provided personId. Ensure the ID is correct and the person record exists.
500Server ErrorAn internal server error occurred while processing the request. Retry the request or contact support if the issue persists.