GET
/
queue
/
{id}
/
stats

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The queue ID

Query Parameters

withinDays
number
default:
30

Number of days to analyze statistics for

Response

200 - application/json
actionStats
object[]
required
reviewStats
object
required
topReviewers
object[]
required

List of top reviewers and their statistics

Was this page helpful?