Stream events from a DAG-failure diagnosis run
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
organizationId
The ID of the Organization to which the Deployment belongs.
deploymentId
The Deployment's ID.
diagnosisRunId
The diagnosis run ID.
Query parameters
lastEventId
The last event ID received, used for reconnection.