AurionAI Docs

List Csat Responses

List CSAT responses for the tenant (admin view, authenticated).

GET
/api/v1/csat

List CSAT responses for the tenant (admin view, authenticated).

Authorization

AuthorizationBearer <token>

In: header

Query Parameters

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

Response Body

application/json

application/json

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