v1
latestOpenAPI 3.0.02026-07-23620132.5 KBGet webhook logs
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
Path parameters
The ID of the webhook. Use the GET /hooks API call to get the ID values of your webhooks.
Query parameters
Limits data in the response to entries older than the specified timestamp. Use the UNIX timestamp format in milliseconds.
Limits data in the response to entries newer than the specified timestamp. Use the UNIX timestamp format in milliseconds.
The value that will be used to sort returned entities by.
The value of entities you want to skip before getting entities you need.
The sorting order. It accepts the ascending and descending direction specifiers.
Sets the maximum number of results per page in the API call response. For example, pg[limit]=100. The default number varies with different API endpoints.
Response
Successful response