Skip to main content
GET
ListAgentActivity

Path Parameters

tenant_meta.namespace
string
required

Namespaces are a way to organize organizational units into virtual groupings of resources. Namespaces must be a fully qualified name, for example, the child namespace of namespace "endor.prod" called "app" is called "endor.prod.app".

Query Parameters

window_days
integer<int32>

Look-back window in days. Defaults to 7 when zero.

Response

A successful response.

ListAgentActivityResponse is served at GET /v1/namespaces/{tenant_meta.namespace}/agent-telemetry/activity.

agents
object[]

One entry per agent that has activity in the window. Empty is valid.

generated_at
string<date-time>

When the backend assembled this snapshot.

schema_version
string

Schema version of this response envelope. Additive AgentActivity fields do not bump it; protobuf unknown-field preservation handles forward-compat.

stale
boolean

True when served from a degraded/stale snapshot.

window_days
integer<int32>

The look-back window the counts cover.