v1

latestOpenAPI 3.0.02026-07-23620132.5 KB
Hooks / Logs

Get 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
get/hooks/{hookId}/logs

Path parameters

hookIdinteger required

The ID of the webhook. Use the GET /hooks API call to get the ID values of your webhooks.

Query parameters

tointeger

Limits data in the response to entries older than the specified timestamp. Use the UNIX timestamp format in milliseconds.

frominteger

Limits data in the response to entries newer than the specified timestamp. Use the UNIX timestamp format in milliseconds.

pg[sortBy]string

The value that will be used to sort returned entities by.

pg[offset]integer

The value of entities you want to skip before getting entities you need.

pg[sortDir]'asc' | 'desc'

The sorting order. It accepts the ascending and descending direction specifiers.

pg[limit]integer

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