List execution history for a hook, newest first.
cURL
curl --request GET \ --url https://api.example.com/api/v1/hooks/{hook_id}/executions
{ "items": [ { "id": "<string>", "hook_id": "<string>", "trigger_type": "<string>", "status": "<string>", "actions_executed": 123, "error_message": "<string>", "duration_ms": 123, "execution_context": {}, "executed_at": "2023-11-07T05:31:56Z" } ], "total": 123 }
1 <= x <= 200
x >= 0
Successful Response
Paginated list of hook executions.
Show child attributes