Skip to main content

Get Module Versions

Retrieves all versions (programs) associated with a specific HDP module. This endpoint does not require authentication.

Endpoint

Path Parameters

Example Request

Response

Success Response (200 OK)

Not Found Response (404)

Response Fields

Each version object contains:

Notes

  • No authentication is required for this endpoint
  • Returns all versions of the module ordered by creation date
  • Each version represents a different compiled program for the same module
  • Versions are identified by their program hash
  • The storageType indicates where the compiled program is stored (S3 or database)
  • The s3Key is only present if the program is stored in S3