cURL
curl --request GET \ --url https://api.bland.ai/v1/orgs/{org_id}/versions/{service}/list \ --header 'authorization: <authorization>'
{ "data": { "versions": [ { "created_at": "2024-11-28T19:05:17.003Z", "git_sha": "", "friendly_name": "Latest", "tags": ["latest"], "currently_supported": true, "recommended_upgrade_to": null, "service": "api_server", "id": "adf1064d-5080-4055-8493-0d4fdc3c8106", "placement_group": "blandshared" }, { "created_at": "2024-11-27T00:28:30.286Z", "git_sha": "", "friendly_name": "v1.0.1", "tags": ["stable"], "currently_supported": true, "recommended_upgrade_to": null, "service": "api_server", "id": "a46f516b-b01f-4ea6-9c7b-5b05fca49d4f", "placement_group": "blandshared" } ] }, "errors": null }
Retrieve a list of available versions for a specified service within an organization.
"api_server"
"ws_server"
["latest"]
["stable"]
null