Versions
Get a listing version
Returns a specific version of a library listing.
GET
cURL
Authorizations
Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.
Path Parameters
The listing's user_defined_id.
The listing version's human-readable tag.
Response
200 - application/json
A library listing version.
Human-readable tag for this version
Whether this version is the live version
Whether users deploying this model can download the Truss
Id of the source model version
Time the version was created in ISO 8601 format
Time the version was last modified
Previous
Update a listing versionUpdates a library listing version. Setting is_live to true will demote the current live version.
Next
cURL