---
title: "Check inference auth status for a single provider"
method: GET
path: "/v1/miner/inference-auth/{provider}"
tags: ["miner"]
---

# Check inference auth status for a single provider

`GET /v1/miner/inference-auth/{provider}`

Check whether the miner has a stored credential for the given provider.

## Path parameters

- `provider` string, required

## Response `200`

Successful Response

- InferenceAuthStatusResponse — Response body for ``GET /v1/miner/inference-auth/{provider}``.
  - `connected` boolean, required
  - `provider` string, required
  - `updated_at` string, date-time, nullable — When the credential for this provider was last updated.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/oroagents/apis/oro-api.md) · [All operations](https://skmtc.dev/oroagents/apis/oro-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oroagents/oro-api/revisions/38ef86138115/schema)
