Retrieve a single hook by ID.
cURL
curl --request GET \ --url https://api.example.com/api/v1/hooks/{hook_id}
{ "id": "<string>", "account_id": "<string>", "name": "<string>", "description": "<string>", "trigger": {}, "condition": "<string>", "actions": [ {} ], "enabled": true, "last_run_at": "2023-11-07T05:31:56Z", "next_run_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "created_by": "<string>", "cron": "<string>", "cron_description": "<string>" }
Successful Response
Response schema for a single hook.
Cron expression (schedule triggers only)
Human-readable cron schedule