Admin - Reports
Get model reports (paginated)
get/v1/admin/reports/models
Query parameters
pagenumber
Example:1
Page number
limitnumber
Example:20
Items per page
userIdstring
Filter by user ID
Response
OK
Example response
{
"items": [
{
"id": 1,
"userId": "user-uuid",
"reasonId": "too_expensive",
"additionalDetails": "This content violates guidelines",
"createdAt": "2024-01-15T10:30:00Z",
"type": "model",
"targetId": "content-uuid"
}
],
"page": 1,
"limit": 20,
"total": 150
}Changes
No recorded changes to this endpoint across all 1 revision of this API.