---
title: "Inspect system values"
method: POST
path: "/inspections"
tags: ["Inspect"]
---

# Inspect system values

`POST /inspections`

Requests system information, such as stack dumps or information about capabilities. Requires admin access.

## Request body

- InspectRequest
  - `appRegex` string, required
  - `requestedValues` string[], required

## Response `200`

A response to an inspect request

- InspectResponse
  - `success` boolean, required
  - `errors` string[]
  - `values` InspectResponseValue[]
    - `appId` string, required
    - `name` string, required
    - `value` union, required
      - object
      - string
      - number
      - boolean

## Other responses

- `401` — The currently supplied session does not have the correct access rights to request this resource
- `429` — The resource requested is rate limited and the rate limit has been exceeded

---

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