Skip to content

Rest API

Get the account log

GET
/api/v1/accounts/logs

The audit trail of who changed what in the account: procedure edits, configuration changes, publishes and the rest.

Notes

  • Covers the last 90 days and returns at most 100 entries, newest first. There is no paging
  • Filter by category to narrow to one kind of change, and add categoryId to follow a single object’s history
  • user filters to one actor’s email address
x-api-key
required
string

Your API key from account settings.

x-user-email
required
string

The email address of your user.

x-account-id
required
string

The ID of your account. You can find this in the account settings.

x-website-id
required
string

The ID of the workspace you want to use.

category
string

Only return entries in this category, e.g. ai.

categoryId
string

Combined with category, follows one object’s history.

user
string

Only return entries by this user’s email address.

Up to 100 log entries from the last 90 days.

object
logs
Array<object>
object

Unauthorized - invalid API key.