Skip to main content
GET
Get Hook Executions
Returns the most recent execution records for a hook (up to 50), newest first.

Path Parameters

id
string
required
The hook UUID.

Response

executions
array
Recent executions. Each entry includes id, event_type, status, credits_used, execution_ms, skip_reason, error_message, and created_at.

Authentication

Requires an API key with completions scope.

Example

curl

Response