Skip to main content
Every agilitycms.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
New to Corsair? See API access, authentication, and error handling.

Content

getApiTypes

content.getApiTypes Retrieve enum types and metadata definitions used throughout Agility CMS API Risk: read
Input Output: object

getContentModels

content.getContentModels Retrieve content models and page module schema definitions Risk: read
Input Output: object[]

getItem

content.getItem Fetch details of a content item by Content ID including fields and metadata Risk: read
Input Output

getList

content.getList Retrieve a paginated, filterable list of content items by reference name Risk: read
Input Output

getLogs

content.getLogs Retrieve sync items (content change logs) incrementally using sync tokens Risk: read
Input Output

getPage

content.getPage Retrieve details of a Page including metadata, content zones, and components by page ID Risk: read
Input Output

getPageModules

content.getPageModules Retrieve page module UI component definitions for building pages Risk: read
Input Output: object[]

getSitemapFlat

content.getSitemapFlat Retrieve the flat sitemap dictionary for a specific channel and locale Risk: read
Input Output: object

syncPages

content.syncPages Synchronize local page data with CMS incrementally using sync tokens Risk: read
Input Output