get /v1/organizations/{organizationId}/webhooks/{webhookId}/logs
Get webhook logs
Returns delivery logs for a webhook. Logs are retained for 30 days.
path params
organizationIdstring
required
webhookIdstring
required
query params
beforeTimestring
Optional: pagination cursor (ISO 8601 timestamp)
limitinteger
Optional: limit results (default 50, max 100)
Responses
response body
object
logs
Array
timestamp
String
eventType
String
subject
String
responseStatus
Integer
success
Boolean
errorMessage
String
retryCount
Integer
nextBeforeTime
String
response body
object
code
Integer
The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
message
String
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.