---
title: "Retrieve audit logs"
method: GET
path: "/account-info/2026-09/activity/audit-logs"
tags: ["Basic"]
---

# Retrieve audit logs

`GET /account-info/2026-09/activity/audit-logs`

Retrieve activity history for user actions related to approvals, content updates, CRM object updates, security activity, and more (Enterprise only). Learn more about [activities included in audit log exports](https://knowledge.hubspot.com/account-management/view-and-export-account-activity-history-in-a-centralized-audit-log?hubs_content=knowledge.hubspot.com/account-management/view-and-export-account-activity-history&hubs_content-cta=centralized%20audit%20log#data-included-in-the-centralized-audit-log).

## Query parameters

- `actingUserId` integer[]
- `after` string
- `fillFinalTimestamp` boolean
- `limit` integer
- `occurredAfter` string, date-time
- `occurredBefore` string, date-time
- `sort` string[]

## Response `200`

successful operation

- CollectionResponsePublicApiUserActionEventForwardPaging
  - `paging` ForwardPaging
    - `next` NextPage — Specifies the paging information needed to retrieve the next set of results in a paginated API response
      - `after` string, required — A paging cursor token for retrieving subsequent pages.
      - `link` string — A URL that can be used to retrieve the next page results.
  - `results` PublicApiUserActionEvent[], required
    - `actingUser` ActingUser, required
      - `userEmail` string — The email address of the user who performed the action.
      - `userId` integer, required — The ID of the user who performed the action.
    - `action` string, required — The type of action taken.
    - `category` string, required — The category of the activity.
    - `id` string, required — The unique ID of the activity.
    - `occurredAt` string, date-time, required — The time that the action occurred at.
    - `subCategory` string — The subcategory of the activity.
    - `targetObjectId` string — The ID of the impacted object.

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/account-audit-logs.md) · [All operations](https://skmtc.net/hubspot/apis/account-audit-logs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/account-audit-logs/revisions/b9a54ac4372a/schema)
