Triage
Get triage activity
The last triage pass and current lease for one inbox.
Headers
| Name | Type | Required | Description |
|---|---|---|---|
Authorization |
string | Required | Bearer followed by your API key. |
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
id |
string | Required | Inbox id from List inboxes, like inbox_lx2k9a1b. |
Response
200 OK.
| 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
| Status | Error | Meaning |
|---|---|---|
| 404 | inbox_not_found |
The inbox id is wrong or the inbox was removed. |
| 409 | inbox_paused |
The person paused this inbox. They resume it on the Inboxes page. |
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.