POST
/
v1
/
runnable
/
{id}
/
runs?mode=async
{
  "id": "<string>"
}
Run a runnable asynchronously. The request will return immediately with a run ID that can be used to check the status and retrieve results. The request may optionally specify a callback_url and callback_headers to be used for the run results. When the run completes, re-factor will perform a POST request to the callback URL with the results or an error message.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Body

application/json

Response

202 - application/json

Asynchronous invocation reference

The response is of type object.