---
title: "Get Result"
method: POST
path: "/service/looking_glass/result"
tags: ["service - looking glass"]
---

# Get Result

`POST /service/looking_glass/result`

## Request body

- LookingGlassRequestResultParameters
  - `vrf_name` string, nullable
  - `gate_vi_name` string, nullable
  - `system_name` string, nullable
  - `uuid` string, required

## Response `200`

Successful Response

- ExecutorResultResponse
  - `uuid` string, required
  - `status` string, required
  - `result` string, nullable

## Other responses

- `422` — Validation Error

---

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