Get webhook logs

Required scopes:

  • hooks:read

Retrieves a list of the specified webhook execution logs. Use the to and from parameters to filter the returned logs. The response contains:

  • statusId: the status of the webhook execution; 1 means successful execution, 3 means failed execution

  • loggedAt: the moment when Make created the log

  • id: the ID of the webhook execution log

Last updated