List captured events for an endpoint
GET
/v1/endpoints/{endpointId}/events
const url = 'https://api.catchbin.io/v1/endpoints/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/events';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.catchbin.io/v1/endpoints/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/events \ --header 'Authorization: Bearer <token>'Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”endpointId
required
string format: uuid
Query Parameters
Section titled “Query Parameters”before
string format: date-time
beforeId
string format: uuid
after
string format: date-time
afterId
string format: uuid
from
string format: date-time
to
string format: date-time
eventType
string
provider
string
responseCode
integer format: int32
status
string
search
string
wait
string
limit
integer format: int32
Responses
Section titled “Responses”OK
Media type*/*
object
items
Array<object>
object
id
string format: uuid
endpointId
string format: uuid
receivedAt
string format: date-time
method
string
canonicalEventType
string
provider
string
verification
string
verificationFailureReason
string
responseCode
integer format: int32
readAt
string format: date-time
truncated
boolean
originalSizeBytes
integer format: int64
decryption
string
searchMatchedTruncated
boolean
nextBefore
string format: date-time
nextBeforeId
string format: uuid
nextAfter
string format: date-time
nextAfterId
string format: uuid
searchExcludedMetadataOnlyCount
integer format: int32
© 2026 catchbinevery webhook, caught. nothing lost.