Skip to main content
POST
/
automations
/
runs
/
{run_id}
/
replay
Replay Run
curl --request POST \
  --url https://api.ara.so/automations/runs/{run_id}/replay \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

run_id
string
required

Response

Successful Response