# List Reports **GET /v1/reportedResources/{reportedResourceId}/reports** List Reports ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Path parameters - **reportedResourceId** (string) The id of the reported resource ### Query parameters - **page** (integer | null) The page number in a paginated set of results - **limit** (integer | null) The limit of results to be returned per page - **status[in]** (array[string]) The status of the report - **reason[in]** (array[string]) The reason of the report - **creationDate[before]** (integer) Reports where creation date is before a specific date (Unix timestamp format) - **creationDate[after]** (integer) Reports where creation date is after a specific date (Unix timestamp format) ## Responses ### 200 Reports returned successfully #### Body: application/json (object) - **items** (array[object]) The items found - **total** (integer) The total number of items found ### 400 Malformed payload [Powered by Bump.sh](https://bump.sh)