# Get 'Reportresult' Endpoint: GET /reports/reportresult/{pk}/ Version: 2.0.0 Security: customer_id, application_id, service_id, service_version_id, client_ct, client_object_id, client_secret ## Path parameters: - `pk` (string, required) ## Response 200 fields (application/json): - `created_by` (object, required) - `created_by.id` (string) - `file` (object,null, required) - `file.name` (string) wanted filename of the file - `file.md5_hash` (string) base64 encoded md5hash of the file - `file.get` (string) - `file.post` (object) - `file.post.url` (string) - `file.post.fields` (object) - `id` (string, required) Additional Validation Information: Must be unique - `customer_columns` (any) - `created_at` (string) - `custom_id` (string,null) - `configuration_json` (object,null) - `organization` (object,null) - `tags` (any) ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 429 fields