Get a Compliance Orchestrator screening's result
Returns the result of a screening started by POST /v1/compliance/orchestrator/screenings, with a result per workflow step and an audit log. Safe to poll: a screening still in flight reports PENDING or RUNNING. Only screenings owned by the requesting tenant are returned.
Path Parameters
The screening's identifier, returned by POST /v1/compliance/orchestrator/screenings.
Response
Screening result
The current status, outcome, per-step results, and audit log for a screening.
Identifier of the screening being queried.
"a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d"
Identifier of the workflow that produced this screening.
"b2c3d4e5-f6a7-4b8c-9d0e-1f2a3b4c5d6e"
A screening's lifecycle status.
PENDING— accepted, not startedRUNNING— one or more steps in flightCOMPLETED— every step finished and the workflow outcome is setFAILED— the screening could not be completed
PENDING, RUNNING, COMPLETED, FAILED "COMPLETED"
Flat step list.
Append-only audit trail for this screening.
An ACCEPT/REJECT decision — the workflow's own outcome, a step's outcome, or the result of evaluating a step's outcome rules. null on a workflow outcome that is not decided yet.
ACCEPT, REJECT "ACCEPT"