Returns structured tool invocation events for a running agent. With follow=true, returns an SSE stream (text/event-stream). Without follow, returns a JSON array of recent events. Scoped to ownership — users see own agents only.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Number of tail events
If "true", stream events via SSE
true, false Event output (JSON array or SSE stream)
command_start, command_complete, file_read, file_write, directory_list, identity_read, health_check shell, filesystem, identity, health Truncated human-readable input (max 200 chars). May contain command strings.
Metadata-only result summary (exit codes, byte counts). Never contains raw output.