Person management
Journal management
API documentation
Account management
Persons
Journal
Logs
Table of contents
This endpoint gets the logs of the current user. This is useful to understand what the user has done in the account.
Get the logs of the current user
This endpoint gets the logs of the current user. This is useful to understand what the user has done in the account.
This call is paginated, and the default page size is 10. This can not be changed.
Parameters
The page number to retrieve. The first page is 1.
Response attributes
The ID of the log.
The object type. Always 'log'.
The name of the Person the action was performed on.
The action that was performed. There are many actions.
The description of the action.
The date and time the object was created, in Unix timestamp format.
The date and time the object was last updated, in Unix timestamp format.
{
"id":
4
,
"object":
"log"
,
"name":
"Ross Geller"
,
"action":
"login"
,
"description":
"User logged in"
,
"created_at":
1715145600
,
"updated_at":
1715145600
,
}

Please login to vote.
It's free and will help us improve the page.
Taylor will be proud of you.
Last updated on April 5, 2025.