# Get report status Call this API with report ID generated from "Create Report" API to check the report generation status and retrieve the results. Learn more. Endpoint: GET /report/v0/reports/{report_id} Version: 1.0.0 Security: bearerAuth ## Path parameters: - `report_id` (string, required) Report ID ## Response 400 fields (application/json): - `status` (integer) - `error` (string) - `message` (string) ## Response 401 fields (application/json): - `status` (integer) - `error` (string) - `message` (string) ## Response 500 fields (application/json): - `status` (integer) - `error` (string) - `message` (string)