Skip to main content
GET
Get the status of a DAG-failure diagnosis run

Authorizations

Authorization
string
header
required

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

Path Parameters

organizationId
string
required

The ID of the Organization to which the Deployment belongs.

deploymentId
string
required

The Deployment's ID.

diagnosisRunId
string
required

The diagnosis run ID.

Response

OK

createdAt
string
required

The RFC3339 timestamp when the run was created.

Example:

"2026-05-14T12:34:56Z"

runId
string
required

The unique identifier of the diagnosis run.

Example:

"7f3b6f5d-2c4e-4f2b-9c1d-1a2b3c4d5e6f"

status
enum<string>
required

The current status of the diagnosis run.

Available options:
pending,
running,
completed,
failed,
timed_out
Example:

"running"

updatedAt
string
required

The RFC3339 timestamp when the run was last updated.

Example:

"2026-05-14T12:35:10Z"