Skip to main content
GET
Get dry-run status

Authorizations

Authorization
string
header
required

Bearer API Key. For example, "Bearer {Tenant API Key}"

Headers

Authorization
string
required

Bearer API Key. For example, "Bearer {Tenant API Key}"

Path Parameters

dryRunId
string<uuid>
required

The ID returned when the dry-run was started

Response

Dry-run status and, once complete, preview results

dryRunId
string<uuid>
required
status
enum<string>
required
Available options:
RUNNING,
SUCCEEDED,
FAILED,
TIMED_OUT,
ABORTED
startedAt
string<date-time>
completedAt
string<date-time>
output
object

Present once the run completes.

findings
object[]

Preview findings produced by the check. Never persisted.