# Redirect to Harness Artifact Page Redirect to Harness Artifact Page Endpoint: GET /har/api/v1/registry/{registry_identifier}/artifact/{artifact}/redirect Version: 1.0 Security: x-api-key ## Path parameters: - `registry_identifier` (string, required) Unique registry Identifier in a account. - `artifact` (string, required) Name of the artifact. The value depends on whether the name contains a slash (): - If the artifact name , append a trailing at the end. - Example: - If the artifact name , use the plain name. - Example: This is used internally to distinguish between namespaced and flat artifact names. ## Query parameters: - `accountIdentifier` (string) Account Identifier - `version` (string) Version ## Response 400 fields (application/json): - `code` (string, required) The http error code Example: "404" - `details` (object) Additional details about the error - `message` (string, required) The reason the request failed ## Response 401 fields (application/json): - `code` (string, required) The http error code Example: "404" - `details` (object) Additional details about the error - `message` (string, required) The reason the request failed ## Response 403 fields (application/json): - `code` (string, required) The http error code Example: "404" - `details` (object) Additional details about the error - `message` (string, required) The reason the request failed ## Response 404 fields (application/json): - `code` (string, required) The http error code Example: "404" - `details` (object) Additional details about the error - `message` (string, required) The reason the request failed ## Response 500 fields (application/json): - `code` (string, required) The http error code Example: "404" - `details` (object) Additional details about the error - `message` (string, required) The reason the request failed