---
title: "Get provider details"
method: GET
path: "/v1alpha/admin/providers/{provider_id}"
tags: ["Admin"]
---

# Get provider details

`GET /v1alpha/admin/providers/{provider_id}`

Get detailed information about a specific provider.

## Path parameters

- `provider_id` string, required — The ID of the provider to inspect.

## Response `200`

The provider information object.

- ProviderInfo — Information about a registered provider including its configuration and health status.
  - `api` string, required — The API name this provider implements
  - `provider_id` string, required — Unique identifier for the provider
  - `provider_type` string, required — The type of provider implementation
  - `config` object, required — Configuration parameters for the provider
  - `health` object, required — Current health status of the provider

## Other responses

- `400` — The request was invalid or malformed
- `404` — Provider not found.
- `429` — The client has sent too many requests in a given amount of time
- `500` — The server encountered an unexpected error
- `default` — An error occurred

---

[API](https://skmtc.net/ogx-ai/apis/ogx-specification-stable-experimental-apis.md) · [All operations](https://skmtc.net/ogx-ai/apis/ogx-specification-stable-experimental-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ogx-ai/ogx-specification-stable-experimental-apis/revisions/f3f783962256/schema)
