Get Versions
Retrieve a paginated list of an action’s published versions, newest first, for the action identified by the id path parameter. Each version includes its full JSON content, its digestSRI, and publication metadata; drafts are hidden from public clients. Supports pagination via pageIndex and pageSize. If the action does not exist or does not belong to the authenticated organization, an empty page is returned (data: [], totalPages: 0) rather than a 404.
Headers
Pin request, response, and webhook shapes to a specific dated API version (YYYY-MM-DD). Omit to use the version pinned to your API key (set when the key is created; new keys default to the latest version). New integrations should target the latest version.
^\d{4}-\d{2}-\d{2}$"2026-07-06"
Path Parameters
MongoDB id of the action whose versions to list.
"507f1f77bcf86cd799439011"
Query Parameters
Zero-based page index. 0 returns the first page.
0
Number of items per page
5 <= x <= 10010
Search query to filter by. Is case-insensitive and does not need to match the entire value.
100"example"
Filter by active status. Accepts true/false as string or boolean.
true