Docpier IDP API
  1. agent
Docpier IDP API
  • IDP API
  • Webhook
  • Endpoints
    • agent
      • Upload a document
        POST
      • Retrieve structured data
        GET
      • Stream Document Content
        GET
      • Provide feedback
        PATCH
      • Get Document Feedback
        GET
  1. agent

Get Document Feedback

GET
/v1/workspaces/{workspaceId}/documents/{documentId}/feedback
Retrieves feedback for a specific document.

Request

Authorization
JWT Bearer
Add the parameter
Authorization
to Headers
Example:
Authorization: ********************
or
Path Params

Responses

🟢200
application/json
Feedback retrieved successfully
Body

🟠401
🟠403
🟠404
🔴500
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://test.your-api-server.com/v1/workspaces//documents//feedback' \
--header 'Authorization: Bearer <token>'
Response Response Example
200 - Example 1
null
Modified at 2026-01-06 20:52:46
Previous
Provide feedback
Built with