ListResponse[ArtifactVersion]
Paginated response containing Artifact Version records. The required field is items.
items object[]required
List of resource items
Array [
owner_idOwner Id (string)required
Identifier of the resource that owns this artifact version.
version_idVersion Id (string)required
Opaque identifier for this uploaded artifact version. It is the literal string null when versioning is unavailable and only the latest upload can be retrieved.
size_bytesSize Bytes (integer)required
ZIP body size in bytes.
sha256Sha256 (string)required
Hex-encoded SHA-256 digest of the uploaded content.
last_modified object
ISO 8601 date and time when this artifact version was last modified, or null when unavailable.
- string
- null
string
is_latestIs Latest (boolean)
Whether this artifact version is the latest upload.
Default value:
false]
next_cursor object
Cursor for next page
- string
- null
string
has_moreHas More (boolean)
Whether more pages exist
Default value:
falseListResponse[ArtifactVersion]
{
"items": [
{
"owner_id": "string",
"version_id": "string",
"size_bytes": 0,
"sha256": "string",
"last_modified": "string",
"is_latest": false
}
],
"next_cursor": "string",
"has_more": false
}