Audit trail object

Retrieve audit trails for API-, dashboard user-, or Numeral system-initiated actions

Audit trails are created as API keys, dashboard users, or the Numeral system initiate actions like creating or updating objects.

AttributeDescription
id
string
The audit trail ID.
object
string
Always audit_trail.
author_type
string
One of:
  • dashboard for actions initiated by dashboard users
  • api_keyfor actions initiated by an API key
  • system for actions initiated by the Numeral system
author_id
string
The ID of of the audit trail author.
author_name
string
The name of the audit trail author.
type
string
The type of audit trail.
public_name
string
The public name of the audit trail.
object_type
string
The related object type.
object_id
string
The related object ID.
created_at
timestamp
The UTC timestamp of the creation of the audit trail.