Skip to main content
POST
/
api
/
v1
/
runs
/
{id}
/
rerun
Rerun run
curl --request POST \
  --url https://app.eigenpal.com/api/v1/runs/{id}/rerun \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "sourceRef": "<string>"
}
'
{
  "executionId": "<string>",
  "runId": "<string>",
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

API key issued from Settings → API Keys. Pass as Authorization: Bearer <key>.

Path Parameters

id
string
required

Query Parameters

wait_for_completion
integer
Required range: 0 <= x <= 600

Body

application/json
sourceRef
string

Source version for the new run. Defaults to latest/current. Use original to rerun against the source run version. Workflow runs support latest or original.

Response

Rerun completed while waiting

executionId
string
runId
string
status
string