get /audit/logs
Downloads audit data as CSV file.
Downloads audit data as CSV file.
The data can be filtered by a particular date, app, user, target and data type.
Stability index
EXPERIMENTAL.
This API is under development. Do not rely on it. It may change or be removed in future versions.
This API is under development. Do not rely on it. It may change or be removed in future versions.
Query parameters
- start (optional)
The start date to filter on in UTC timezone and format yyyy-MM-ddTHH:mm:ssZ.
Example: 2020-09-15T11:59:08Z
- end (optional)
The end date to filter on in UTC timezone and format yyyy-MM-ddTHH:mm:ssZ.
Example: 2020-09-15T11:59:08Z
- appId (optional)
- The ID of the app to filter on.
- userId (optional)
- The ID of the user to filter on.
- targetId (optional)
- The ID of the target to filter on.
- target (optional)
- The target name to filter on.
- dataType (optional)
- The data type to filter on.
Responses
- 200
- Success. A CSV file with audit data is returned.
- 400
- Parameters of the query string are malformed.