Rate Execution Log
Rate a specific execution log given feedback from the user.
Rating should either be -1
(bad, thumbs down), 0
(neutral, the default), or 1
(good, thumbs up).
You can also provide plain text feedback provided by the user. Supplied rating/feedback are patched onto execution log, so you can progressively call this endpoint.
Authorizations
Path Parameters
Response
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, seeerror
field.empty
: The action was not executed.preview
: The action was previewed.
success
, error
, empty
, preview
The error message if the execution failed.