If set, the items will be filtered with the specified webhook log status.
Enum:"Triggered""Completed""Failed"
sortDirection
string
The direction the returned data will be sorted by.
Enum:"Asc""Desc"
traceId
string <uuid>
If set, the items will be filtered with the specified webhook log trace id.
before
string <date-time>
If set, the items will be filtered with timestamp value less the provided value.
beforeInclusive
boolean
If set to true, will include events created exactly at before date and time too.
after
string <date-time>
If set, the items will be filtered with timestamp value more the provided value.
afterInclusive
boolean
If set to true, will include events created exactly at after date and time too.
sortedBy
string
The property by which the returned data will be sorted.
Value:"Timestamp"
object
If set, the properties and directions the returned data will be sorted by.
offset
integer <int32>
Deprecated
The offset for the page to start.
cursor
string
The cursor to render the page requested. To load the first page send an empty cursor, then the system will generate the cursors to go to the next and/or previous pages automatically.