---
title: "GET /cms/audit-logs/2026-03"
method: GET
path: "/cms/audit-logs/2026-03"
tags: ["Basic"]
---

# GET /cms/audit-logs/2026-03

`GET /cms/audit-logs/2026-03`

## Query parameters

- `after` string
- `before` string
- `eventType` string[]
- `limit` integer
- `objectId` string[]
- `objectType` string[]
- `sort` string[]
- `userId` string[]

## Response `200`

successful operation

- CmsAuditLogsCollectionResponsePublicAuditLog
  - `paging` Paging
    - `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.
    - `prev` PreviousPage — specifies the paging information needed to retrieve the previous set of results in a paginated API response
      - `before` string, required — A string token used to identify the position before the current page in the pagination sequence.
      - `link` string — A URL string that provides a direct link to the previous page of results.
  - `results` CmsAuditLogsPublicAuditLog[], required
    - `event` 'CREATED' | 'DELETED' | 'PUBLISHED' | 'RESTORE' | 'UNPUBLISHED' | 'UPDATED', required — The type of event that took place (CREATED, UPDATED, PUBLISHED, DELETED, UNPUBLISHED).
    - `fullName` string, required — The name of the user who caused the event.
    - `meta` object, required — Supplementary metadata associated with the audit log entry. It provides additional context about the audited event (ex: rows deleted/updated for a HubDB event, the specific fields that were changed for a Content Settings event).
    - `objectId` string, required — The ID of the object.
    - `objectName` string, required — The internal name of the object in HubSpot.
    - `objectType` 'BLOG' | 'BLOG_POST' | 'CASE_STUDY' | 'CONTENT_SETTINGS' | 'CSS' | 'CTA' | 'DOMAIN' | 'EMAIL' | 'FILE' | 'GLOBAL_MODULE' | 'HUBDB_TABLE' | 'JS' | 'KNOWLEDGE_BASE' | 'KNOWLEDGE_BASE_ARTICLE' | 'LANDING_PAGE' | 'MODULE' | 'PODCAST' | 'QUOTE' | 'SERVERLESS_FUNCTION' | 'TEMPLATE' | 'THEME' | 'URL_MAPPING' | 'WEB_INTERACTIVE' | 'WEBSITE_PAGE', required — The type of the object (BLOG, LANDING_PAGE, DOMAIN, HUBDB_TABLE etc.)
    - `timestamp` string, date-time, required — The timestamp at which the event occurred.
    - `userId` string, required — The ID of the user who caused the event.

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/hubspot-api-specification.md) · [All operations](https://skmtc.net/hubspot/apis/hubspot-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/hubspot-api-specification/versions/f9c7181056c5/schema)
