AurionAI Docs

List Csat Surveys

List CSAT survey responses for the tenant (admin role required). Issue #415 Phase 4c: Admin-level survey listing with pagination.

GET
/api/v1/csat/surveys

List CSAT survey responses for the tenant (admin role required).

Issue #415 Phase 4c: Admin-level survey listing with pagination.

Authorization

AuthorizationBearer <token>

In: header

Query Parameters

limit?Limit
Default50
Range1 <= value <= 200
offset?Offset
Default0
Range0 <= value

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/csat/surveys"
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}