Authorizations
Path Parameters
Response
OK
ID of the execution log.
This can be used with the Rate Execution Log endpoint to give feedback on the execution.
We frequently monitor this feedback!
The name of the action that was executed.
The parameters that were passed into the API.
The resolved parameters for the action.
If preview_only is true, this will be the parameters that the AI would have used to run the action if it were not a preview.
If preview_only is false, these are the parameters that the AI used to run the action.
Results of the action after it ran.
This will be an empty list if preview_only is true.
DEPRECATED: Use results instead. This field is kept temporarily for compatibility.
Human readable labels for some of the keys in the result.
The status of the execution.
success: The action was executed successfully.error: The action failed to execute, seeerrorfield.empty: The action was not executed.preview: The action was previewed.
success, error, empty, preview The error message if the execution failed.