---
title: "Get Organization Activity Logs"
method: GET
path: "/api/v3.0/orgs/{orgUuid}/activity-logs"
tags: ["Administration - Activity Log"]
---

# Get Organization Activity Logs

`GET /api/v3.0/orgs/{orgUuid}/activity-logs`

Returns the organization's activity log events accessible to the current user

## Path parameters

- `orgUuid` string, required

## Query parameters

- `cursor` string
- `limit` string
- `startDate` string
- `days` integer
- `engineType` string

## Response `200`

OK

- DWRResponsePageableV3ListActivityLogDTOV3
  - `additionalData` object — + **totalItems**: The total count of data points returned in an API response.
  - `supportToken` string
  - `response` ActivityLogDTOV3[]
    - `uuid` string — Unique event identifier
    - `timestamp` string — ISO-8601 UTC timestamp
    - `event` string — Raw event name; the UI renders the display label
    - `category` string — Raw category name; the UI renders the display label
    - `eventType` 'ACTIVITY' | 'AUDIT'
    - `engineType` 'PLATFORM' | 'SCA' | 'SAST' | 'IMG' | 'CN' | 'IAC' | 'DAST' | 'AI' | 'LLM'
    - `changeType` 'CREATED' | 'CHANGED' | 'DELETED' | 'ORDER', nullable — Raw change type for audit events
    - `userName` string — Consolidated actor display value (user name, or Mend System / Mend Expert)
    - `actorType` 'USER' | 'SYSTEM' | 'EXPERT' | 'IDP' — Raw operator classification
    - `entityType` string, nullable — Type of the modified object
    - `entityUuid` string, nullable
    - `entityName` string, nullable
    - `scopeType` string, nullable — Raw context scope name in which the action occurred
    - `scopeUuid` string, nullable
    - `scopeName` string, nullable
    - `applicationUuid` string, nullable
    - `applicationName` string, nullable
    - `projectUuid` string, nullable
    - `projectName` string, nullable
    - `details` object — For AUDIT: before/after. For ACTIVITY: structured action payload
    - `requestToken` string, nullable — Per-event correlation token for support

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

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