Retrieve a hook by its ID. Accepts a list of fields to include in the result.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the hook to retrieve.
^[A-Za-z0-9-]*$Comma-separated list of fields to include in the result. Leave empty to retrieve all fields.
^((id)|(name)|(script)|(dependencies)|(enabled)|(triggerId))(,((id)|(name)|(script)|(dependencies)|(enabled)|(triggerId)))*$Hook successfully retrieved.
Trigger ID
ID of this hook.
Name of this hook.
Whether this hook will be executed (true) or ignored (false).
Code to be executed when this hook runs.
Dependencies of this hook used by webtask server.