# Logs ## Get a User Audit Report - [POST /accountmanager.audit/{TypeCode}/{id}](https://api.pricefx.com/openapi/reference/pricefx-server_openapi/user-admin/post-accountmanager.audit-typecode.md): Retrieves a report based on user roles, user groups, and business roles. ## List Email Tasks - [POST /admin.fetchemailtasks](https://api.pricefx.com/openapi/reference/pricefx-server_openapi/admin-tools/post-admin.fetchemailtasks.md): Retrieves email tasks that are pending or have already been sent. The response contains a list with all (or filtered out) email task objects (type code: ET). ## List Logins - [POST /fetch/LAT](https://api.pricefx.com/openapi/reference/pricefx-server_openapi/logs/post-fetch-lat.md): Retrieves the login application log – LoginAuditTrail (LAT). ## List Event Tasks - [POST /fetch/EVT](https://api.pricefx.com/openapi/reference/pricefx-server_openapi/logs/post-fetch-evt.md): Retrieves a list of events generated by the Pricefx server. See the Server Events article. ## List Security & Configuration Events - [POST /fetch/SAT](https://api.pricefx.com/openapi/reference/pricefx-server_openapi/logs/post-fetch-sat.md): Retrieves events related to security (Management of User Groups, Management of Roles, Pricefx user account deactivation) and some configuration settings (e.g., changing default calculation logics). ## List Email Tasks - [POST /admin.fetchemailtasks](https://api.pricefx.com/openapi/reference/pricefx-server_openapi/logs/post-admin.fetchemailtasks.md): Retrieves email tasks that are pending or have already been sent. The response contains a list with all (or filtered out) email task objects (type code: ET). ## Get a User Audit Report - [POST /accountmanager.audit/{TypeCode}/{id}](https://api.pricefx.com/openapi/reference/pricefx-server_openapi/logs/post-accountmanager.audit-typecode.md): Retrieves a report based on user roles, user groups, and business roles. ## Get a Loki Log - [GET /streamlokilog](https://api.pricefx.com/openapi/reference/pricefx-server_openapi/logs/get-streamlokilog.md): Retrieves a stream of the Loki log. Required roles: - General Admin (without User Management) (ADMIN_WO_USER_MGMT) - Investigate for Support (SUPPORT)