---
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

---

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