Skip to main content
GET
Read the activity log

Authorizations

Authorization
string
header
required

Workspace API key (wk_). GET endpoints require the Workspace read API scope, POST endpoints the Workspace write API scope.

Path Parameters

agentId
string
required

The agent id.

Query Parameters

limit
integer

Max entries (default 100).

Required range: 1 <= x <= 500
page
integer

If set, return paginated results.

Required range: x >= 1
pageSize
integer

Page size when page is set (default 50).

Required range: 1 <= x <= 200
entryId
string

If set, return a single activity log entry by id.

newerThan
string

ISO date string. If set, returns only entries newer than this timestamp.

Response

Success. Empty result sets are also 200.

Which shape comes back depends on the parameters used.

id
string
required
agentId
string
required
customerId
string
required
timestamp
string
required

ISO 8601 timestamp.

eventType
string
required

What woke the agent, e.g. a scheduled trigger, email or webhook.

event
any

The trigger payload. Bodies and attachments are stripped in lists.

isScriptRun
boolean
credits
number

Total credits for the run; each phase below also carries its own.

errorMessage
string

Set when the run threw rather than completing a phase.

scriptExecution
object
preFilter
object
attackDetection
object

skipped: true means the phase never ran, which is not the same as passing.

plan
object
securityCheck
object
execution
object
voiceCallUsage
object
steps
object[]

Only hydrated for a single-entry read via entryId.

{key}
any