---
title: "check artifact access"
method: GET
path: "/artifact/check-access"
tags: ["Report"]
---

# check artifact access

`GET /artifact/check-access`

Check if the authenticated user has permission to access the specified artifact. Returns 204 if access is permitted. Does not return the artifact itself.

## Query parameters

- `path` string, required

## Response `204`

Access is permitted

## Other responses

- `401` — User not authenticated
- `403` — User not authorized

---

[API](https://skmtc.net/mabl/apis/mabl-api.md) · [All operations](https://skmtc.net/mabl/apis/mabl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mabl/mabl-api/revisions/d0fc0114da66/schema)
