---
title: "List activity log"
method: GET
path: "/report/activityLog"
---

# List activity log

`GET /report/activityLog`

Returns the activity log items

## Query parameters

- `page` integer
- `per_page` integer — max 50
- `end` integer
- `start` integer
- `repository_id` integer
- `cloud_id` integer
- `user_type_filter` string — all, user_only, aikido_only
- `search` string
- `action_filter` string — snoozed, ignored, re_open, closed, unsnoozed, auto_ignored, adjust_severity, drata_push, autofix_pr_created, sprinto_push, thoropass_push

## Response `200`

A list of teams in your account

- object[]
  - `id` integer
  - `timestamp` integer
  - `comment` string
  - `source` string
  - `action` string
  - `user_id` integer
  - `user_name` integer
  - `issue_id` integer
  - `grouped_issue_id` integer
  - `metadata` object

---

[API](https://skmtc.net/aikido/apis/authorization.md) · [All operations](https://skmtc.net/aikido/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aikido/authorization/versions/5445e7c21137/schema)
