Skip to main content
GET
Get the real-time event feed for a workspace

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).

Path Parameters

workspaceId
string
required

Workspace identifier.

Maximum string length: 64
Pattern: ^[a-zA-Z0-9_-]+$

Query Parameters

minutes
string

How far back to look (default 5).

period
enum<string>

Preset window. Wins over minutes. Use dateStart/dateEnd (or start/end) for explicit ranges.

Available options:
1h,
24h,
7d,
30d
Maximum string length: 8
dateStart
string<date-time>
Maximum string length: 32
dateEnd
string<date-time>
Maximum string length: 32
filter
string

Legacy alias mapped to a single scope; ignored when scopes is set.

Maximum string length: 32
scopes
string

Comma-separated scopes to surface. Supported values: interactions, errors, failed_fetches, executions. Default: interactions,errors,failed_fetches.

Maximum string length: 128
text
string

Free-text search forwarded as simple_query_string.

Maximum string length: 256
minDuration
string

Lower bound (ms, inclusive) on payload.duration.

Maximum string length: 16
maxDuration
string

Upper bound (ms, inclusive) on payload.duration.

Maximum string length: 16
userId
string

Filter on source.userId (single id).

Maximum string length: 128
correlationIds
string

Comma-separated list of correlation ids (terms filter).

Maximum string length: 4096
limit
string

Max events (default 50).

page
string

Page index (0-based, default 0).

automation
string

Filter by automation slug.

Maximum string length: 128

Response

Feed payload.

workspaceId
string
filter
string
since
string<date-time>
stats
object
typeBreakdown
object[]
events
object[]
page
integer
hasMore
boolean