Skip to main content
Triggered when an action log completes successfully.

Event Type

action_log.completed

Description

This event is fired whenever an action log (such as a message, tool call, or follow-up) completes successfully. Use this event to track agent activity and respond to completed actions in real-time.

Payload Structure

event
string
required
The event type: action_log.completed
actionLog
object
The completed action log object
actor
object | null
Workspace user who triggered this action. Returns null for actions not initiated by a workspace user.
workspaceId
string
required
ID of the workspace this event belongs to