Skip to content

Download node audit events as CSV

Request

Exports all node audit events matching the query as a CSV file.


Requires audits::read:node permission.

Security
JWTAuthorizer
Query
sTimestring

Start time (ISO 8601) to query from

eTimestring

End time (ISO 8601) to query to

sortstring

Sort field and direction, e.g. timestamp:desc

qstring

Free-text search query

categoriesArray of strings

Filter by event categories

fqdnsArray of strings

Filter by node FQDNs

fieldsArray of strings

CSV columns to include. When omitted, all columns are included.

curl -i -X GET \
  'https://apidocs.trustgrid.io/_mock/v2/audit/node/download?sTime=string&eTime=string&sort=string&q=string&categories=string&fqdns=string&fields=string' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK

Bodytext/csv
string
Response
string