Runs API
Replay run
Creates a new run with the same payload and options as the original run.
POST
/
api
/
v1
/
runs
/
{run_id}
/
replay
Authorizations
Authorization
string
headerrequiredUse your Secret API key in the form 'Bearer <SECRET KEY>' (without the quotation marks)
Path Parameters
run_id
string
requiredThe ID of an existing run. When you trigger a run you will get an id in the response.
Response
200 - application/json
id
string
The ID of the new run.
Was this page helpful?