Prisma
API Referenceanalytics

Get Hitl Feedback Summary

Get HITL feedback summary by control category and domain.

GET
/api/v1/analytics/hitl/feedback

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Query Parameters

workspace_id*Workspace Id

Workspace ID for authorization

Formatuuid
project_id*Project Id

Project ID for tenant isolation

Formatuuid
timeRange?Timerange
Default"last 30 days"

Response Body

application/json

application/json

curl -X get "http://localhost:8000/api/v1/analytics/hitl/feedback?workspace_id=497f6eca-6276-4993-bfeb-53cbbbba6f08&project_id=497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "annotation": {
    "dimensions": {
      "Traces.projectId": {}
    },
    "measures": {
      "Traces.count": {}
    }
  },
  "data": [
    {
      "Traces.count": 42,
      "Traces.projectId": "550e8400-e29b-41d4-a716-446655440000"
    }
  ]
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}