Home > Documentation

Logs

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

page integer

The page number to retrieve. The first page is 1.

Response attributes

id integer

The ID of the log.

object string

The object type. Always 'log'.

name string

The name of the Person the action was performed on.

action string

The action that was performed. There are many actions.

description string

The description of the action.

created_at integer

The date and time the object was created, in Unix timestamp format.

updated_at integer

The date and time the object was last updated, in Unix timestamp format.

GET /api/administration/logs
{
"id": 4 ,
"object": "log" ,
"name": "Ross Geller" ,
"action": "login" ,
"description": "User logged in" ,
"created_at": 1715145600 ,
"updated_at": 1715145600 ,
}
Taylor Swift being happy

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.