Skip to main content
GET
/
v1
/
feedback
/
stats
Get feedback statistics
curl --request GET \
  --url https://api.illuminalab.com/v1/feedback/stats \
  --header 'authorization: <authorization>'
{
  "ups": 123,
  "downs": 123
}

Headers

authorization
string
required
Pattern: ^Bearer [\s\S]{0,}$

Query Parameters

thread_id
string<uuid>
required

UUID of the thread

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$

Response

Feedback statistics

Feedback statistics

ups
number
required

Count of positive feedback

downs
number
required

Count of negative feedback