Skip to main content
GET
/
api
/
events
/
export
Export events as CSV
curl --request GET \
  --url http://aris.local/api/events/export \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Session token or API token

Query Parameters

from
string<date-time>
to
string<date-time>
type
string
severity
string

Response

CSV file

The response is of type string.