Get the activity feed for an agent
Activity feed of agent interactions, errors, lifecycle and config changes, conversations, artifacts, ratings, access changes, and share events. Backed by Elasticsearch.
Authorizations
User-bound credential carrying an identity: either a session JWT
or a user access token (at:*) generated from the user settings UI.
Send as Authorization: Bearer <token>.
Org API keys (iak_*) are not accepted here - they carry
no user identity. Use the x-prismeai-api-key header instead
(see OrgApiKeyAuth).
Query Parameters
Agent identifier (required).
64Comma-separated list of activity groups (message, error, agent_lifecycle, conversation, artifact, rating, access, share).
256ISO timestamp lower bound.
64ISO timestamp upper bound.
64Filter by correlationId to trace a single workflow.
128Page size (default 25).
Page number (1-indexed, default 1).