Skip to main content
GET
List activity logs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer
default:100
offset
integer
default:0
action
enum<string>

Filter by action type

Available options:
INSERT,
UPDATE,
DELETE,
LOGIN
table
string

Response

200 - application/json

List of logs with pagination

id
string
timestamp
string<date-time>
action
enum<string>
Available options:
INSERT,
UPDATE,
DELETE,
LOGIN
table
string | null
record_id
string | null
user_id
string
details
object | null