Stream events from a DAG-failure diagnosis run

Returns a Server-Sent Events stream of diagnosis events. Supports reconnection via the lastEventId query parameter.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

organizationIdstringRequired
The ID of the Organization to which the Deployment belongs.
deploymentIdstringRequired
The Deployment's ID.
diagnosisRunIdstringRequired
The diagnosis run ID.

Query parameters

lastEventIdstringOptional
The last event ID received, used for reconnection.

Response