GRGlobalRouter Docs
Console

Providers / GET

List providers

Reads the public provider list.

Endpoints

Mobile only shows the endpoint list. View parameter details and examples on desktop.

MethodEndpointDescription
GET/api/v1/providersReads the public provider list.
GET/api/v1/providers

Useful for showing provider information in model pickers, integration checks, or status hints.

Back to Providers endpoint list

Request parameters

No required request parameters. Authentication is read from the Authorization header.

Response fields

FieldTypeRequiredDescription
dataobject[]YesProvider list.
data[].idstringYesPublic provider ID.
data[].namestringYesDisplay name.
data[].statusstringNoCurrent public status.
data[].capabilitiesstring[]NoProvider 支持能力标签。

Notes

  • Provider keys are never returned through tenant-facing public APIs.