Rest API
Get the account log
GET /api/v1/accounts/logs
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
categoryto narrow to one kind of change, and addcategoryIdto follow a single object’s history userfilters to one actor’s email address
Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ” 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.
Query Parameters
Section titled “Query Parameters ” 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.
Responses
Section titled “ Responses ”Up to 100 log entries from the last 90 days.
object
logs
Array<object>
object
Unauthorized - invalid API key.