Get snapshot bundle
GET /v1/snapshots/{snapshotId}
GET
/v1/snapshots/{snapshotId}
Returns signed snapshot bundle
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” snapshotId
required
string
Snapshot ID
Responses
Section titled “ Responses ”Snapshot bundle
object
snapshotId
required
string
manifest
required
object
snapshotId
required
string
timestamp
required
string format: date-time
releases
Array<object>
object
id
required
string
productId
required
string
version
required
string
createdAt
string format: date-time
status
string
signature
required
string
artifacts
Array<object>
object
artifactRef
string
url
string format: uri
signature
required
string
Not found
object
code
required
string
message
required
string
details
object
key
additional properties
any
Example
{ "code": "NOT_FOUND", "message": "Resource not found"}Internal server error
object
code
required
string
message
required
string
details
object
key
additional properties
any
Example
{ "code": "INTERNAL_ERROR", "message": "An internal error occurred"}