---
title: "Preflight check for whether the requesting user is authorized to view test run artifacts for the specified test run"
method: GET
path: "/authorizationPreflight/testRunArtifacts/{testRunId}"
tags: ["AuthorizationPreflight"]
---

# Preflight check for whether the requesting user is authorized to view test run artifacts for the specified test run

`GET /authorizationPreflight/testRunArtifacts/{testRunId}`

Performs a preflight authorization check for whether the requesting user is authorized to view test run artifacts for a specified test run

## Path parameters

- `testRunId` string, required

## Response `200`

Result of the authorization preflight check

- AuthorizationPreflightResult
  - `granted` boolean — Whether the authorization preflight check resulted in granted authorization

## Other responses

- `401` — User not authenticated
- `default` — Unknown error

---

[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)
