---
title: "Get user activity logs"
method: GET
path: "/organization/activities"
tags: ["Account", "Master account"]
---

# Get user activity logs

`GET /organization/activities`

## Query parameters

- `startDate` string
- `endDate` string
- `limit` integer
- `offset` integer

## Response `200`

list of user activity logs

- GetAccountActivity
  - `logs` GetAccountActivityLogs[] — Get user activity logs
    - `action` string, required — Type of activity in the account.
    - `date` string, required — Time of the activity.
    - `user_email` string, required — Email address of the user who performed activity in the account.
    - `user_ip` string, required — IP address of the user who performed activity in the account.
    - `user_agent` string, required — Browser details of the user who performed the activity.

## Other responses

- `400` — bad request

## Changes

- **2026-07-17** `2aec3cf66501` — 1 info
  - api tag `Master account` added
- **2023-05-05** `2122e9ffdbe8` — 1 info
  - api tag `Master account` removed

[Change history](https://skmtc.dev/getbrevo/apis/brevo-api/changes/organization/activities/get.md)

---

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