Get the full trace timeline for a correlationId
Observability
Get the full trace timeline for a correlationId
Returns the timeline, automation summary, and error list for a given correlation id. Returns 404 when no events exist for that correlation id in the workspace.
Requires observability:read permission. Rate-limited to 100
calls per minute.
GET
Get the full trace timeline for a correlationId
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).
Path Parameters
Workspace identifier.
Maximum string length:
64Pattern:
^[a-zA-Z0-9_-]+$Correlation id of the trace to inspect.
Maximum string length:
128Pattern:
^[a-zA-Z0-9_:-]+$