latestOpenAPI 3.0.32026-08-10119559584.8 KB

6d091bc86a33

EdgeArtifacts

Get Edge artifact metadata

Returns metadata for the Edge artifact with the given ID in {artifactId}. Edge artifacts are stored on the Collibra platform instance and are accessible across all Edge sites. Secret artifacts, by contrast, are scoped to a specific Edge site and never leave the site cluster.

get/artifacts/{artifactId}

Response

Success

idstring uuid required

Unique identifier for the Edge artifact.

namestring required

Name of the uploaded file.

filenamestring required

Original filename of the uploaded file.

createdOnstring date-time required

Timestamp when the artifact was created.

lastModifiedOnstring date-time required

Timestamp when the artifact was last updated.

checksumstring required

SHA-256 digest of the file content, encoded as URL-safe Base64 without padding.