cURL
curl --request POST \ --url https://api.agentixx.io/api/runs/{id}/replay \ --header 'Content-Type: application/json' \ --header 'x-tenant-id: <api-key>' \ --cookie better-auth.session_token= \ --data '{}'
{ "ok": true, "message": "<string>", "originalRunId": "<string>", "jobId": "<string>" }
Re-enqueue a run’s trigger event for reprocessing. Admin only.
Session cookie set by Better Auth on sign-in.
Tenant/workspace UUID. Required on all /api/* endpoints.
Replay a workflow run from its original trigger event
Replay queued