ToolsObservability

Get activity event

Load one activity event's full input and output payload on demand - the lazy read behind the feed's per-row expand.

Tool: get_activity_event

NOT for: the feed itself → list_agent_activity.

Parameters

ParamTypeRequiredDescription
event_idstring (UUID)yesThe activity event to expand.

Lazy read behind the feed's per-row expand: returns the full input and stored output (oversized outputs are truncated to their first 32KB).

Sample request

{
  "event_id": "019f5072-27ed-795e-b596-91e5b47836d0"
}

On this page