List a chatbot's transcript-correction review queue
GET/api/v1/chatbots/:chatbotId/corrections
Returns every transcript correction across the chatbot's videos as one needs-review-first queue, with per-status totals. Never returns the transcript body or the resolver identity. Required scope: documents:read.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
The chatbot's correction review queue with per-status totals.
Bad Request — invalid input
Unauthorized — missing or invalid API key
Forbidden — key lacks required scope
Not Found
Too Many Requests — rate limit exceeded