Artifacts

Gets a list of all files associated with an Artifact resource

get/api/v1/artifacts/{id}/files

Path parameters

idinteger required

ID for the Artifact resource.

Headers

X-Fieldsstring mask

An optional fields mask

Response

Success

isDirboolean

Whether the file denotes a directory or not.

fileSizeinteger

The size in bytes of the file.

fileUrlstring

URL for accessing the contents of the Artifact.

relativePathstring

Relative path to the Artifact URI.

Changes

Changed in 2 of the 2 revisions of this API.11