Product

How Jentic Works

From API assessment to production deployment in four simple steps.

Product Overview

PLATFORM

Jentic OneSelf-hosted, open-source control plane between your agents and any APIAPI DirectoryBrowse 10,000+ APIs ready for AI agent integrationAPI ScorecardAssess your APIs for AI-readiness with automated scoringAgentic SandboxSafely simulate AI agents with your production APIsJenticSign in to the Jentic web app

CAPABILITIES

IntegrationConnect AI agents to your existing systemsWorkflowsDiscover and capture successful agent workflowsGovernanceDefine, observe, and enforce AI policies

TOOLS

Arazzo UIVisualize Arazzo workflows as interactive documentationArazzo EditorBuild and edit multi-step API workflows visually
Pricing
Developers

GET STARTED

DocumentationGuides and API referenceQuickstartGet up and running in minutes

COMMUNITY

GitHubOpen source projects and examples
Resources
BlogLatest articles and insightsPress & MediaBrand assets and press contactOpen StandardsBuilt on open specs. Never locked in.NewsletterAPIs, AI agents, mixed with architecture and strategy.
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Install Jentic OneBook a Demo
How Jentic WorksJentic OneAPI DirectoryAPI ScorecardAgentic SandboxJenticIntegrationWorkflowsGovernanceArazzo UIArazzo Editor
Pricing
DocumentationQuickstartGitHub
BlogPress & MediaOpen StandardsNewsletter
About UsCareersContact
Request a demoInstall Jentic One
Jentic
For Enterprises
  • Product Overview
  • Agentic Sandbox
  • Book a Demo
For Developers
  • Jentic One
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
ISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic. All rights reserved.
APIs / Marketing / Hubspot / CMS Content Audit
CMS Content Audit logo

HubSpot CMS Content Audit

Browse all Hubspot APIs
✓ Official Vendor SpecMarketingContent Managementoauth2, apiKey1 EndpointsREST

For Agents

Query HubSpot CMS audit logs to see who changed which page, post, or template, and when, so an agent can answer compliance questions or detect unexpected edits.

Use for: List all CMS edits made yesterday, Find every change made to landing page 12345 in the last 30 days, Check whether user 999 modified any CMS content this week, Retrieve the audit trail for the homepage before approving a rollback

Not supported: Does not modify CMS content or surface non-CMS portal events — use for querying read-only HubSpot CMS audit logs only.

The HubSpot CMS Content Audit API exposes a single read endpoint for querying audit logs of CMS changes that occurred on a HubSpot account. It returns who changed what content, when, and from which interface, making it the system of record for compliance reviews and post-incident investigation of CMS edits. The endpoint supports filters for date range, user, and content type so an agent can fetch only the events relevant to a given audit window.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the CMS Content Audit to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the CMS Content Audit, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with CMS Content Audit API.

Query CMS audit log events by date range, user, and content object

Detect unauthorised edits to landing pages or site pages by filtering for unfamiliar user IDs

Reconstruct the edit history of a specific CMS object before publishing a rollback

Feed CMS change events into a SIEM or compliance dashboard via scheduled pulls

Verify that a scheduled change took effect by polling for the matching audit event

Use Cases

Patterns agents use CMS Content Audit API for, with concrete tasks.

★ Compliance Audit Trail

Regulated industries require a tamper-evident record of who changed customer-facing content and when. The CMS Content Audit endpoint returns those events with user, timestamp, and content references in JSON, ready to feed into a compliance archive. Pulling the log nightly and storing it externally provides defensible evidence of governance over public content.

Call GET /cms/v3/audit-logs/ with a 24-hour window, write each event to long-term storage, and surface any event whose userId is not on an approved-editor list.

Pre-Rollback Investigation

Before reverting a CMS object, an editor needs to know what changed and who made the change. The audit endpoint returns the chronological event list for the object, supporting a confident rollback decision. Combining it with the Pages or Posts revision endpoints completes the picture of which revision to restore.

Query /cms/v3/audit-logs/ for objectId 12345 over the last 14 days, present the user, timestamp, and event type for each entry, and recommend the latest known-good revision to restore.

Out-of-Hours Change Monitor

Marketing teams sometimes set policies that production CMS edits should not happen outside working hours. A scheduled agent pulls the audit log every hour, filters events with timestamps outside business windows, and posts an alert into Slack. The single-endpoint design makes the integration trivially small.

Hourly, GET /cms/v3/audit-logs/ for the previous hour, filter events with timestamp outside 09:00-18:00 local time, and post each to a Slack webhook.

Agent-Driven Audit Lookup

An AI compliance agent answering an auditor's question must produce evidence quickly. Through Jentic, the agent searches for the CMS audit operation, loads the schema, and executes it with the requested filters. The structured response is returned to the agent for summarisation, with credentials handled by Jentic rather than the agent.

Use Jentic to search 'hubspot cms audit log query', load the schema, execute it with userId and date range filters, then summarise the returned events for the auditor.

Key Endpoints

1 endpoints — the hubspot cms content audit api exposes a single read endpoint for querying audit logs of cms changes that occurred on a hubspot account.

METHOD

PATH

DESCRIPTION

GET

/cms/v3/audit-logs/

Query CMS audit log events with filters

GET

/cms/v3/audit-logs/

Query CMS audit log events with filters

Why Jentic?

Three things that make agents converge on Jentic-routed access.

Credential management

Credential isolation

HubSpot OAuth tokens and Private App keys are stored in the Jentic encrypted vault (MAXsystem). The agent receives a scoped execution token so the raw HubSpot secret never enters the agent's context.

Intent-based discovery

Intent-based discovery

Agents search Jentic with intents like 'hubspot cms audit log query' and receive the audit operation, its filter schema, and a ready-to-call execution wrapper.

Time to first call

Time to first call

Direct integration: a few hours to wire OAuth, pagination, and filter handling. Through Jentic: under 30 minutes from search to first successful call.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Complementary

Account Audit Logs

→

Account-level audit events that complement CMS-specific audit data

Use Account Audit Logs for non-CMS portal events; combine with this API for a full audit picture.

Complementary

CMS Pages

→

The page objects whose edits are recorded in the audit log

Use CMS Pages to read the actual page state; use this API to read the edit history.

Complementary

Blog Posts

→

The blog post objects whose edits are also captured in CMS audit logs

Use CMS Posts to fetch current post content; use this API to investigate who changed it.

FAQs

Specific to using CMS Content Audit API through Jentic.

What authentication does the HubSpot CMS Content Audit API use?

It accepts HubSpot OAuth 2.0 tokens or Private App tokens in the Authorization header. The audit endpoint typically requires the cms.knowledge_base or content scope on Marketing Hub Enterprise tiers; through Jentic the credentials live in the vault and the agent receives a scoped execution token.

Can the CMS Content Audit API modify or delete log entries?

No. The single endpoint GET /cms/v3/audit-logs/ is read-only. Audit records are immutable in HubSpot, which is what makes them useful as evidence.

What are the rate limits for the CMS Content Audit API?

Standard HubSpot public API limits apply: 100 requests per 10 seconds for OAuth apps and 110 per 10 seconds for Private Apps on Pro and Enterprise. Use the date filters to keep response sizes small rather than polling at high frequency.

How do I pull yesterday's CMS audit log through Jentic?

Run pip install jentic, search 'hubspot cms audit log query', load the schema, and execute it with a 24-hour date filter. Jentic handles OAuth and returns the parsed event list to the agent.

Is the HubSpot CMS Content Audit API available on every HubSpot tier?

No. CMS audit logs are an Enterprise tier feature. Calls from non-Enterprise portals return a 403 response, so check the portal level before relying on this endpoint.

GET STARTED

Start building with CMS Content Audit API

Explore with Jentic
View OpenAPI Document