Skip to main content
GET
Get operation timeline

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Path Parameters

operationId
string
required

Operation identifier

Query Parameters

limit
integer<int64>
default:50

Page size (default 50, max 200)

Required range: 1 <= x <= 200
cursor
string

Opaque pagination cursor

includeEvidence
string

Include EVIDENCE-class events (true/false)

aggregated
string

Use the unified multi-source aggregator (true/false, default true)

Response

OK

items
object[] | null
required

Page of timeline events for the operation, oldest-to-newest within the page.

limit
integer<int64>
required

Page size requested for this response (default 50, max 200).

nextCursor
string

Opaque cursor to fetch the next page; absent on the last page.