Skip to main content

Introduction

LILT Translate stores audit logs for all actions performed throughout the platform. The audit logs can be queried by calling the /activities endpoint. The logs are stored and returned as JSON blobs. Users can pass request parameters in to query logs based on certain criteria.

Querying Audit Logs

Path:

GET /activities
CODE

Description:

Fetches audit logs related to your organization/team. Example curl command:
CODE

Request Parameters:

Enlarges the table by opening it in a full screen dialogOpen

Response:

The audit log response is a single JSON object with one field, containing an array with multiple log records. The base schema has the following fields return, irrespective of which action type is requested. Enlarges the table by opening it in a full screen dialogOpen

Response Types

Response types are based on the actionType submitted within the request parameter. The available actionType values are API_CALL_EVENT, LOGIN_EVENT, and DATABASE_ACCESS_EVENT. DATABASE_ACCESS_EVENT log: Enlarges the table by opening it in a full screen dialogOpen API_CALL_EVENT log: Enlarges the table by opening it in a full screen dialogOpen LOGIN_EVENT log: Enlarges the table by opening it in a full screen dialogOpen Example Response:
JSON