---
title: "List all inference-auth providers the miner has connected"
method: GET
path: "/v1/miner/inference-auth"
tags: ["miner"]
---

# List all inference-auth providers the miner has connected

`GET /v1/miner/inference-auth`

List every provider the authenticated miner currently has a credential for.

## Response `200`

Successful Response

- InferenceAuthListResponse — Response body for ``GET /v1/miner/inference-auth``.
  - `providers` InferenceAuthStatusResponse[], required
    - `connected` boolean, required
    - `provider` string, required
    - `updated_at` string, date-time, nullable — When the credential for this provider was last updated.
  - `default_provider` string, nullable — Which provider claim_work mints a token from. Null = single-provider auto-pick.

---

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