# Get a report **GET /v1/reportedResources/{reportedResourceId}/reports/{reportId}** Get a report ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Path parameters - **reportedResourceId** (string) The id of the reported resource - **reportId** (string) The id of the report ## Responses ### 200 Report found and returned successfully #### Body: application/json (object) - **id** (string) The id of the report. - **content** (object) The content of the report - **status** (string) The status of the report. - **reason** (string) The reason of the report. - **reporter** (object) The reporter of the report. - **internalNote** (string | null) The internal note of the report. - **createdAt** (integer) Timestamp in ms of creation date ### 400 Malformed payload ### 404 Report not found [Powered by Bump.sh](https://bump.sh)