Accessing your audit logs
Set up your API query tool to access your audit logs.
- The endpoint to be used to access your audit logs is: https://api.<env>.cloud.talend.com/security/audit/logs
- For the complete API documentation of the audit logging service, see the Audit Logs documentation.
Prerequisites to access audit logs:
- Your license must be Trial, Evaluation, Gold, Platinum or Mission Critical.
- The user account to be used has the Audit logs - View permissions.
-
Generate access tokens:
- For users, generate a personal access token by following Generating a Personal Access Token.
- For service accounts, generate a service access token by following Generating a service account token.
Once generated, a service account token expires after 30 minutes. If it expires, generate a new token using the POST method at the endpoint https://api.<env>.cloud.talend.com/security/oauth/token. For more information about generating a token, see Generating a service account token.