Returns a list of webhook jobs that are scoped to the Kapp. In other words, returns a list of webhook jobs that were triggered from a webhook defined on the Kapp, not the Space.
Optional Parameters
The following optional parameters can be used individually, or in combination to alter/filter the results.
-
status
- filter the results to webhook jobs in either thequeued
orfailed
status. -
webhook
- filter the results to webhook jobs that match the webhook name defined on the Kapp. -
parentType
- filter the results to webhook jobs that were created from a webhook by the type of parent [Form, Submission]. This parameter must be used in combination with theparentKey
parameter. -
parentKey
- filter the results to webhook jobs that were created from the specified parent record identified by this key value. This parameter must be used in combination with theparentType
parameter.