Skip to content

List captured events for an endpoint

GET
/v1/endpoints/{endpointId}/events
curl --request GET \
--url https://api.catchbin.io/v1/endpoints/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/events \
--header 'Authorization: Bearer <token>'
endpointId
required
string format: uuid
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

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
Allowed values: ok failed metadata_only
searchMatchedTruncated
boolean
nextBefore
string format: date-time
nextBeforeId
string format: uuid
nextAfter
string format: date-time
nextAfterId
string format: uuid
searchExcludedMetadataOnlyCount
integer format: int32
Download OpenAPI spec:YAML · JSON