Skip to main content
GET
List Deployment Versions

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

id
integer
required

Numeric ID of the deployment whose versions to list.

Response

Returns {success: true, versions: [{id, file_hash, version_label, file_size, created_at, last_used_at}, ...]}

success
boolean

Always true on success.

versions
object[]

List of version objects.