Triage

Get triage activity

GET https://getinboxtriage.com/api/inboxes/{id}/triage-activity

The last triage pass and current lease for one inbox.

Headers

NameTypeRequiredDescription
Authorization string Required Bearer followed by your API key.

Path parameters

NameTypeRequiredDescription
id string Required Inbox id from List inboxes, like inbox_lx2k9a1b.

Response

200 OK.

NameTypeDescription
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

StatusErrorMeaning
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.