Get the status of a DAG-failure diagnosis run
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
organizationId
The ID of the Organization to which the Deployment belongs.
deploymentId
The Deployment's ID.
diagnosisRunId
The diagnosis run ID.
Response
OK
createdAt
The RFC3339 timestamp when the run was created.
runId
The unique identifier of the diagnosis run.
status
The current status of the diagnosis run.
updatedAt
The RFC3339 timestamp when the run was last updated.
Errors
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error