---
title: "List audit-logs"
method: GET
path: "/audit-logs/"
tags: ["audit-logs"]
---

# List audit-logs

`GET /audit-logs/`

## Query parameters

- `action_type` string[]
- `created_date_gt` string, date-time
- `created_date_gte` string, date-time
- `created_date_last_n_days` number
- `created_date_lt` string, date-time
- `created_date_lte` string, date-time
- `created_date_nth_full_week` number
- `created_date_nth_work_week` number
- `device_uid` string
- `id_in` integer[]
- `limit` string
- `object_id` string
- `object_type` string[]
- `ordering` string
- `page` string
- `request_ip` string
- `user_id` integer
- `user_login` string

## Response `200`

- PaginatedAuditLogList
  - `next_page` string, nullable
  - `prev_page` string, nullable
  - `results` AuditLog[]
    - `id` integer, required
    - `related_entities` object, required
    - `action_details` object, required
    - `created_date` string, date-time, required — Date of action
    - `user_id` integer, nullable — Id of the user who took action
    - `user_login` string, nullable — Username of the user who took action
    - `request_ip` string, required — IP address from which the request came
    - `device_uid` string, nullable — Unique device identifier
    - `object_type` string, required — Type of object with which the action was performed
    - `object_id` string, nullable — The identifier of the object with which the actions were performed
    - `action_type` string, required — Object action type
    - `uuid` string, uuid — UUID
    - `fullframe` string, uri
    - `thumbnail` string, uri
    - `bbox` object, nullable

---

[API](https://skmtc.dev/ntechlab/apis/internal-api-documentation.md) · [All operations](https://skmtc.dev/ntechlab/apis/internal-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ntechlab/internal-api-documentation/revisions/fe217a895bc7/schema)
