Triage
List triage activity
The last triage pass and current lease for every inbox, keyed by inbox id. Paused inboxes are left out.
Headers
| Name | Type | Required | Description |
|---|---|---|---|
Authorization |
string | Required | Bearer followed by your API key. |
Response
200 OK. Returns object keyed by inbox id.
| Name | Type | Description |
|---|---|---|
lastTriageStartedAt |
string | null | When the last pass began. |
lastTriageEndedAt |
string | null | When the last pass ended. |
lastTriageBy |
string | null | The agentLabel that ran it. |
lastTriageSummary |
string | null | The summary that agent left. |
triageLease |
object | null | The current lease: agentLabel, startedAt, leaseExpiresAt. null when nobody holds one. |
Errors
Any route can also return 401 for a bad key, 402 when the trial ended or payment failed, and 429 when you send too many requests. See Errors.