Accessing your audit logs - Cloud

Talend Cloud APIs User Guide

Version
Cloud
Language
English
Product
Talend Cloud
Module
Talend API Designer
Talend API Tester
Talend Data Preparation
Talend Data Stewardship
Talend Management Console
Content
Design and Development > Designing APIs
Design and Development > Testing APIs
Last publication date
2024-04-03

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.
where <env> is the name of your Cloud region. If you do not know what your region name is, see Talend Cloud regions and URLs.
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:

    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.