Get events by tenant, with optional case-insensitive filters.
Get events by tenant, with optional case-insensitive filters.
Query Parameters |
---|
start_time int64Unix epoch in milliseconds to begin events recorded time. Defaults to 0. |
end_time int64Unix epoch in milliseconds to end events recorded time. No default. |
page_size int64The number of events to return in a single page. The default is 100 and the maximum page_size is 1000. |
ordering string — REQUIREDPossible values: [ The ordering of the events (by time injected by the dataexport system, not when they occurred). No default. |
cursor stringA page contains 100 events by default, or 'page_size' events if that's set in the request. Set this to the value of 'cursor' from the last response to retrieve the next page of results. |
event_type string[]If passed, returns only events of the given event types. Case insensitive. Example: OIDC_INBOUND |
actor string[]If passed, returns onnly events involving principal agents with these full human names. Example: John Smith |
outcome string[]If passed, returns only events with the given outcomes. Example: SUCCESS |
emitting_service string[]If passed, returns only events produced by the given services. |
correlation_id string[]If passed, returns only events with the given correlation IDs. |
query_text stringIf passed, returns events with data matching a free-form text query of the given input. Example: add_device OR device_credential_change -windows |
include_not_attested booleanIf set to true events whose data cannot be fully attested to by Beyond Identity will be included in the repsonse. Example: true |
Responses | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200 Retrieve the given page of events for the given tenant over the given window.
| |||||||||||||||||||||
400 Bad request.
| |||||||||||||||||||||
401 Not authorized.
| |||||||||||||||||||||
403 Forbidden user
|