Skip to main content

What kind of data do you log?

Updated yesterday

Audit logs capture key actions and related details within your organization on la Plateforme and le Chat.

Understanding the scope and structure of these logs is essential for effective monitoring and analysis.

Logged interactions

The audit log system records the following:

  • User interface actions performed by human users in le Chat

  • Interactions performed via the UI or API keys on la Plateforme

Log entry fields

Each log entry is structured to provide context about an event and includes:

  • CreatedAt (timestamp): Date and time when the event occurred

  • Actor (string): The entity performing the action (HUMAN, API_KEY, OTHER)

  • Actor Metadata (JSON object): Details about the actor, such as user ID or API key information

  • Event (string): Identifier for the action (e.g., batch_job.create, le_chat.conversation.deleted) — see full list below ⬇️

  • Event Metadata (JSON object): Contextual details specific to the event

  • Target (string): Resource or entity affected (e.g., BATCH_JOB, LE_CHAT_CONVERSATION)

  • Target Metadata (JSON object): Additional information about the target resource

image

Audit logs are displayed line by line

Detailed event values

Below are examples of possible values for Actor, Event, and Target.

📌 These lists are illustrative: full internal lists are maintained by the team and may differ slightly from the examples provided.

Actor values

 HUMAN
 API_KEY
 OTHER

Event values

 user.create
 user.delete
 user.log_in
 user.log_out
 user.info.update
 user.password.update
 user.phone_number.verify
 user.organization.create
 user.organization.leave
 user.organization.role.update
 user.organization.delete
 organization.update
 organization.invite.send
 organization.invite.accepted
 organization.invite.rejected
 organization.invite.revoked
 organization.join_by_email_domain
 organization.domain_verification.disable
 organization.domain_verification.enable
 organization.email_domain_authentication.enable
 organization.email_domain_authentication.disable
 organization.saml_authentication.enable
 organization.saml_authentication.disable
 workspace.create
 workspace.update
 workspace.delete
 workspace.member.add
 workspace.member.remove
 workspace.member.role.update
 billing.information.updated
 billing.payment_method.added
 billing.payment_method.removed
 billing.payment_method.default_changed
 billing.invoice.retried
 billing.subscription.subscribe
 billing.subscription.unsubscribe
 billing.subscription.cancel_unsubscribe
 billing.subscription.add_seats
 billing.subscription.remove_seats
 billing.credits.added
 billing.gift_code.used
 billing.monthly_limit.updated
 billing.seat.grant
 billing.seat.revoke
 le_chat.conversation.created
 le_chat.conversation.deleted
 le_chat.conversation.public_sharing.enabled
 le_chat.conversation.public_sharing.disabled
 le_chat.flash_answers.enabled
 le_chat.flash_answers.disabled
 le_chat.localisation_sharing.enabled
 le_chat.localisation_sharing.disabled
 le_chat.memories.enabled
 le_chat.memories.disabled
 le_chat.data.training_enabled
 le_chat.data.training_disabled
 api_key.create
 api_key.delete
 agent.create
 agent.delete
 agent.update
 fine_tuning_job.create
 fine_tuning_job.cancel
 batch_job.create
 batch_job.cancel
 data_capture.extract_job.create
 data_capture.extract_job.cancel
 dataset.create
 dataset.delete
 library.create
 library.delete
 library.update
 library.share
 library.unshare
 library.document.create
 library.document.delete
 library.document.bulk_delete
 library.document.update
 library.document.reprocess
 integration.connected
 integration.disconnected
 indexing.workflow.completed
 indexing.delete

Target values

 USER
 ORGANIZATION
 API_KEY
 AGENT
 DATASET
 FINE_TUNING_JOB
 BATCH_JOB
 DATA_CAPTURE_EXTRACT_JOB
 LE_CHAT_CONVERSATION
 LE_CHAT_MEMORIES
 LE_CHAT_FLASH_ANSWERS
 LE_CHAT_LOCALISATION
 LE_CHAT_DATA
 INVOICE
 PAYMENT_METHOD
 SUBSCRIPTION
 WALLET
 WORKSPACE
 MONTHLY_LIMIT
 BILLING_INFO
 LIBRARY
 LIBRARY_DOCUMENT
 INTEGRATION
 INTEGRATION_INDEXING

📌 By analyzing these fields, administrators can gain detailed insights into their organization’s activities for security and compliance.

Next steps

Now that you know what kind of data is logged, the next article shows you how to search and filter audit logs to focus on what matters.

🧑‍🔧 I’m an administrator and I want to search and filter audit logs.

Did this answer your question?