---
title: "List activity logs"
method: GET
path: "/api/logs"
tags: ["Admin"]
---

# List activity logs

`GET /api/logs`

## Query parameters

- `limit` integer
- `offset` integer
- `action` 'INSERT' | 'UPDATE' | 'DELETE' | 'LOGIN'
- `table` string

## Response `200`

List of logs with pagination

- object[]
  - `id` string
  - `timestamp` string, date-time
  - `action` 'INSERT' | 'UPDATE' | 'DELETE' | 'LOGIN'
  - `table` string, nullable
  - `record_id` string, nullable
  - `user_id` string
  - `details` object, nullable

---

[API](https://skmtc.net/insforge/apis/insforge-authentication-api.md) · [All operations](https://skmtc.net/insforge/apis/insforge-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/insforge/insforge-authentication-api/versions/a935bb49f932/schema)
