Hooks
List Hooks
List all installed hooks and available hook presets.
GET
List Hooks
Response
Array of installed hooks. Each includes
id, event_pattern, skill_slug, enabled, cooldown_minutes, consecutive_failures, last_fired_at, created_at.Array of available hook presets. Each includes
id, event_pattern, default_skill, description.Authentication
Requires an API key withcompletions scope.
Example
curl
Response
Management
PATCH /api/v1/hooks/{id}— Update config, enable/disableDELETE /api/v1/hooks/{id}— RemoveGET /api/v1/hooks/{id}— View execution history
List Hooks
