cURL
curl --request GET \ --url https://api.example.com/ai-admin/feedback/reclassified-documents
{ "items": [ { "documentId": "<string>", "originalCategory": "<string>", "correctedCategory": "<string>", "feedbackCreatedAt": "2023-11-07T05:31:56Z", "documentName": "<string>", "signedUrl": "<string>" } ], "total": 123 }
Show child attributes
Was this page helpful?