v1
latestOpenAPI 3.1.02026-07-222392081.7 MBCatalog
List catalog versions
Retrieve the product catalog versions: the pending draft followed by published versions. Requires catalog versioning to be enabled.
get/v1/catalog/versions
Response
Example response
[
{
"id": "pcv_9x8v7u6t5s4r",
"version": 12,
"status": "published",
"name": "Q3 catalog",
"description": "Catalog published for Q3 pricing.",
"base_version_id": "pcv_1a2b3c4d5e6f",
"resource_count": 42,
"published_at": "2026-06-17T12:30:00Z",
"created_at": "2026-06-17T12:15:00Z",
"updated_at": "2026-06-17T12:30:00Z"
}
]