gatelineAPI reference
interface Portfolio {
    inbox: InboxItem[];
    runs: RunSummary[];
}

Properties

Properties

inbox: InboxItem[]

All items needing a human, oldest first — the inbox ordering.

runs: RunSummary[]