Skip to main content
GET
Get the activity feed for an agent

Authorizations

Authorization
string
header
required

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_id
string
required

Agent identifier (required).

Maximum string length: 64
groups
string

Comma-separated list of activity groups (message, error, agent_lifecycle, conversation, artifact, rating, access, share).

Maximum string length: 256
since
string

ISO timestamp lower bound.

Maximum string length: 64
until
string

ISO timestamp upper bound.

Maximum string length: 64
correlationId
string

Filter by correlationId to trace a single workflow.

Maximum string length: 128
limit
string

Page size (default 25).

page
string

Page number (1-indexed, default 1).

Response

Page of activity items.

items
object[]
total
integer
page
integer
limit
integer