Get the status of a DAG-failure diagnosis run

Returns the current status of a DAG-failure diagnosis run.

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.

Response

OK
createdAtstring
The RFC3339 timestamp when the run was created.
runIdstring
The unique identifier of the diagnosis run.
statusenum
The current status of the diagnosis run.
updatedAtstring
The RFC3339 timestamp when the run was last updated.

Errors

401
Unauthorized Error
404
Not Found Error
500
Internal Server Error