Redact a run
Applies the pipeline’s policies to the run’s stored analysis, stores the redacted file, and completes the run.
Path Parameters
URL-safe workspace identifier.
Opaque identifier of the run.
^run_[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$Response
Response type for a pipeline run.
A run is addressed by its own opaque id; the owning pipeline and workspace slugs are carried for context.
Response type for a pipeline run.
A run is addressed by its own opaque id; the owning pipeline and workspace slugs are carried for context.
Opaque identifier of the run.
^run_[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$Source document this run analyzes / redacts.
Non-encrypted metadata for filtering/display.
Handle of the pipeline this run belongs to.
3 - 32^[a-z0-9]+(?:-[a-z0-9]+)*$When the run started.
Current run status.
The detections are available to fetch from the run's detections
endpoint once this reaches analyzed.
"queued"How the run was triggered.
"user"Account that triggered the run.
Handle of the workspace this run belongs to.
3 - 32^[a-z0-9]+(?:-[a-z0-9]+)*$When the run completed.
Human-readable failure reason, present only when the run failed.
Display name of the source document, for showing the run without a
separate file lookup. None if the file was removed (e.g. by retention).
Redacted document produced by the run, once it completes.
Display name of the redacted output, once the run completes.
