Skip to content

List Work Activity

GET
/work/activity

What happened in Work, newest first, scoped to what this credential may read.

One row per consequential act — a message sent, a conversation created, an approval decided, an execution finished. Filterable by actor kind, agent, category, conversation, consequence, time window and free text.

Authorizations

Parameters

Query Parameters

limit
Any of:
integer
>= 1 <= 200

Page size; clamped to the server maximum

cursor
Any of:
string

Opaque cursor from a previous page

actor
Any of:
string

human, agent, runner or system

agentId
Any of:
string

Only this agent’s activity

category
Any of:
string

Message, conversation, approval, execution, workflow, canvas or configuration

conversation
Any of:
string

Only this conversation

consequence
Any of:
string

Requested, changed, approved, completed, failed or recorded

from
Any of:
string

ISO timestamp; inclusive lower bound

to
Any of:
string

ISO timestamp; inclusive upper bound

q
Any of:
string
<= 200 characters

Free text

Header Parameters

X-Target-Org-Id
Any of:
string

Responses

200

Successful Response

object
data
required

One page of the activity feed, scoped to what this credential may read.

object
events

Activity entries, newest first

Array<object>

One entry in the Work activity feed.

object
actor
Any of:
string
category
Any of:
string
consequence
Any of:
string
id
Any of:
string
key
additional properties
any
has_more

Whether older entries remain

boolean
next_cursor
Any of:
string
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