Skip to content

Get Work Oversight

GET
/work/oversight

What needs a person: pending approvals, blocked work and unattended fixes.

Read-only, and read from the canonical approval and work-item tables rather than from relay events. Each group carries its own state, so an empty list always says which of “nothing here”, “we could not find out” and “nothing is recorded for this workspace” it means. Deciding an approval is not part of this surface — see the module docstring.

Authorizations

Parameters

Query Parameters

limit

Maximum rows PER GROUP

integer
default: 50 >= 1 <= 200

Maximum rows PER GROUP

fix_window_hours

How far back autonomous fixes are read

integer
default: 24 >= 1 <= 720

How far back autonomous fixes are read

Header Parameters

X-Target-Org-Id
Any of:
string

Responses

200

Successful Response

object
data
required

What needs a person: approvals, blocked work and unattended fixes.

Each group carries its own state, so one failed read never blanks the others and an empty list always says which of “nothing here”, “we could not find out” and “nothing is recorded for this workspace” it means.

object
key
additional properties
any
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string