Run a DSAR job
Drive a REQUESTED job through the worker pipeline synchronously: REQUESTED → COLLECTING → PACKAGING → READY, materialising the export artifact between COLLECTING and PACKAGING and persisting it to the artifact store before READY. One request walks the full state machine (the edge sandbox has no background compute; the production worker replaces this route’s body without changing the state machine, events, or artifact shape). Only REQUESTED jobs can be run — anything else returns 409; two racing runs cannot both win. A storage failure transitions the job to FAILED with a structured PACKAGE_WRITE_FAILED payload and returns 500 with the failed job as context. On success the delivery link expires 7 days out. Requires scope audit:read. Request body is ignored.
Authorizations
API key sent as Authorization: Bearer <api-key>.
Path Parameters
DSAR job id (prefixed dsar:).