Skip to main content
GET
/
modules
/
{id}
/
versions
Get module versions
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>"
  }
]

Path Parameters

id
string
required

The unique identifier of the module

Response

Module versions retrieved successfully

createdAt
string<date-time>
required
hash
string
required
storageType
string
required
moduleRegistryId
string | null
program
any
s3Key
string | null
version
string | null
versionChangelog
string | null