Hanzo
OpenapiAgents

Serves the org-wide recent-activity feed.

Serves the org-wide recent-activity feed. Events are REAL: each recorded run is an invoked (ok) or failed (error) event; each agent's own create/update…

GET /v1/agents/activity

Addresshttps://api.hanzo.ai/v1/agents/activity
MethodGET
Operationget_agents_activity
AuthAuthorization: Bearer $HANZO_API_KEY

Serves the org-wide recent-activity feed. Events are REAL: each recorded run is an invoked (ok) or failed (error) event; each agent's own create/update timestamps are created/updated events. Merged, newest first, capped. Nothing is invented — an org with no agents and no runs gets [].

Request

GET /v1/agents/activity takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200activityFeedok

200 body — 6 fields.

FieldInTypeAlwaysDescription
activitybodyactivityView[]Activity is the merged run/create/update events, newest first, capped at 50.
activity[].agentbodystringagent name
activity[].atbodystringRFC3339 UTC
activity[].idbodystringID identifies the event, and its shape says which kind it is: a run event carries the run's own id, while an agent event is the agent id suffixed ":created" or…
activity[].kindbodystringinvoked|failed|created|updated (from real events)
activity[].messagebodystringMessage is the line to render, already bounded: "Invoked <model>" for a run that worked, the run's own error truncated to 200 characters for one that did not…

Failure carries the platform error shape — see Errors.

Examples

hanzo agents activity

Agents API · All Hanzo APIs · Interactive reference

How is this guide?

On this page