Policy revision history
curl --request GET \
--url https://agenticadvertising.org/api/policies/history{
"policy_id": "gdpr_consent",
"total": 3,
"revisions": [
{
"revision_number": 2,
"editor_name": "Pinnacle Media",
"edit_summary": "Clarified consent requirements for minors",
"is_rollback": true,
"created_at": "2026-03-01T12:34:56.000Z",
"rolled_back_to": 123
}
]
}Policy Registry
Policy revision history
Retrieve the edit history for a policy. Each revision records who made the change, a summary, and whether it was a rollback.
GET
/
api
/
policies
/
history
Policy revision history
curl --request GET \
--url https://agenticadvertising.org/api/policies/history{
"policy_id": "gdpr_consent",
"total": 3,
"revisions": [
{
"revision_number": 2,
"editor_name": "Pinnacle Media",
"edit_summary": "Clarified consent requirements for minors",
"is_rollback": true,
"created_at": "2026-03-01T12:34:56.000Z",
"rolled_back_to": 123
}
]
}Documentation Index
Fetch the complete documentation index at: https://agenticadvertisingorg-changeset-release-main.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Example:
"gdpr_consent"
Results per page (max 100, default 20)
Pagination offset (default 0)
⌘I