---
title: "Get the OSC PAT configuration status"
method: GET
path: "/api/osc/pat"
tags: ["System"]
---

# Get the OSC PAT configuration status

`GET /api/osc/pat`

Reports whether the default PAT is configured and which per-flow credential
keys have a PAT registered. Token values are never returned.

## Response `200`

OSC PAT status

- OscAuthStatusResponse — Status of the OSC Personal Access Token configuration. Token values are never returned.
  - `configured` boolean, required — Whether the default (fallback) PAT is configured (via env var or the keyless API). Used for single-tenant deployments.
  - `keys` string[], required — Credential keys (flow ids) that have a per-flow PAT registered. Used to isolate OSC tenants on a shared Strom instance.

---

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