Skip to main content
GET
/
providers
List Providers
curl --request GET \
  --url https://api.example.com/providers/
[
  {
    "provider_id": "<string>",
    "current_version": "<string>",
    "deployment_status": "pending",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Response

200 - application/json

Successful Response

provider_id
string
required
current_version
string | null
deployment_status
enum<string> | null

Status of a provider deployment.

Available options:
pending,
progressing,
available,
failed
updated_at
string<date-time> | null