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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
Resources to embed within the runtime
Timeout in seconds. If null or less than 1, no timeout is set.
Telemetry strategy to use for the run. disable will disable telemetry, force will force telemetry, and default will use the runnable's default telemetry strategy.
disable, default, force Callback URL to use for the run. If null, no callback will be executed and run results can be retrieved using the GET /v1/run/{run_id} endpoint. If provided, when the runnable has completed, it will make a POST request to the callback URL with the run results or an error message.
Headers to use for the callback request. Only used if callback_url is provided.
Response
Asynchronous invocation reference
The id of the run. This can be used to query the status of the run or fetch its output.

