---
title: "Get Edge artifact metadata"
method: GET
path: "/artifacts/{artifactId}"
tags: ["EdgeArtifacts"]
---

# Get Edge artifact metadata

`GET /artifacts/{artifactId}`

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.

## Response `200`

Success

- EdgeArtifact — Specifies the artifact file to upload for use as a data source connection property.
  - `id` string, uuid, required — Unique identifier for the Edge artifact.
  - `name` string, required — Name of the uploaded file.
  - `filename` string, required — Original filename of the uploaded file.
  - `createdOn` string, date-time, required — Timestamp when the artifact was created.
  - `lastModifiedOn` string, date-time, required — Timestamp when the artifact was last updated.
  - `checksum` string, required — SHA-256 digest of the file content, encoded as URL-safe Base64 without padding.

## Other responses

- `400` — Bad request — invalid input or validation error.
- `401` — Unauthorized — authentication is required or the provided credentials are invalid.
- `403` — Forbidden — insufficient permissions.
- `404` — Resource not found.
- `500` — Unexpected error.

---

[API](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api.md) · [All operations](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collibra/collibra-data-governance-center-core-api/revisions/6d091bc86a33/schema)
