POST
/
api
/
v2
/
execute
/
log
/
{execution_log_id}
/
rate
curl --request POST \
  --url https://actions.zapier.com/api/v2/execute/log/{execution_log_id}/rate/ \
  --header 'x-api-key: <api-key>'
{
  "execution_log_id": "<string>",
  "action_used": "<string>",
  "input_params": {},
  "resolved_params": {},
  "results": [
    {}
  ],
  "full_results": [
    {}
  ],
  "result_field_labels": {},
  "status": "success",
  "error": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

execution_log_id
string
required

Query Parameters

rating
integer | null
feedback
string | null

Response

200
application/json

OK

The response is of type object.