POST
/
events
/
search

Authorizations

Authorization
string
header
required

API Keys can be issued in the Orb's web application.

Body

application/json
event_ids
string[]
required

This is an explicit array of IDs to filter by. Note that an event's ID is the idempotency_key that was originally used for ingestion, and this only supports events that have not been amended. Values in this array will be treated case sensitively.

timeframe_start
string | null

The start of the timeframe, inclusive, in which to search events. If not specified, the one week ago is used.

timeframe_end
string | null

The end of the timeframe, exclusive, in which to search events. If not specified, the current time is used.

Response

200
application/json
OK
data
object[]
required