---
title: "# Get activity logs"
method: GET
path: "/v1/activity-logs"
tags: ["Activity-Logs"]
---

# # Get activity logs

`GET /v1/activity-logs`

This endpoint return activity logs.

## Query parameters

- `limit` integer
- `offset` integer
- `date_start` integer
- `date_end` integer

## Response `200`

- object
  - `activity_logs` ActivityLog[]
    - `action` string — Action
    - `event_activity` object — Event Activity in json
    - `event_time` string, date-time — Event Time
    - `event_type` string — Event Type
    - `ip` string — Ip
  - `pages` Pagination
    - `limit` integer — Limit
    - `offset` integer — Offset
    - `total_count` integer — Total Count

## Other responses

- `401` — unauthorizedErrorSwagger is represents unauthorized error
- `422` — validationErrorSwagger is represents the erroneous cases
- `default` — genericErrorSwagger is represents the erroneous cases

---

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