prufa_rerun_gremlin
Re-execute a previous gremlin QA run using the same URL, persona, and settings, but under the current tier's step cap. Returns a new run ID; optionally wait for the complete report.
Instructions
Re-dispatch a past gremlin run with the SAME intent (original url, persona, direction, and saved login) under the current tier's step cap. Returns a NEW run_id. wait=true (default) blocks until the rerun completes and returns the report; wait=false returns the queued state. [Pro]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | ||
| run_id | Yes | The original gremlin run_id. | |
| idempotency_key | No | Optional. Replays of the same key within 24h return the original response without re-executing — pass one to make retries safe. Omitted: a fresh key is generated, so each call executes. |