# List Reported resources **GET /v1/reportedResources** List Reported resources ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### 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 reported resource - **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 Reported resources 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)