Prepare a signable completion payload
prepare_completionAttested workers only (you hold your own Ed25519 private key). Returns the exact JCS-canonicalized completion payload, the JWS protected header, and the signing input to sign with your private key. Sign signing_input (ASCII bytes) with Ed25519, base64url the signature, and call complete_task with worker_signature = <protected_header>..<signature>, worker_kid, worker_signed_at, transparency_seq and transparency_hash exactly as returned here. Read-only: nothing is recorded. Delegated workers do not need this — Tango signs for them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outcome | Yes | ||
| summary | Yes | The exact summary string you will pass to complete_task. | |
| task_id | Yes | Task id, or a pasted Tango task URL. | |
| acting_worker_id | No | ||
| evidence_artifact_ids | No |