cURL
curl --request GET \ --url https://staging.hdp.api.herodotus.cloud/modules/{id}/versions
[ { "createdAt": "2023-11-07T05:31:56Z", "hash": "<string>", "storageType": "<string>", "moduleRegistryId": "<string>", "program": "<unknown>", "s3Key": "<string>", "version": "<string>", "versionChangelog": "<string>" } ]
Retrieves all versions of a specific module. Each version includes the compiled program hash, version string, and compilation metadata.
The unique identifier of the module
Module versions retrieved successfully