get
https://api.linode.com//betas
Display all active Beta programs. This operation can only be accessed by account users with unrestricted access. Talk to your local account administrator about access management.
CLI
linode-cli betas listDisplay all active Beta programs. This operation can only be accessed by account users with unrestricted access. Talk to your local account administrator about access management.
CLI
linode-cli betas listxxxxxxxxxxcurl --request GET \--url https://api.linode.com/v4/betas \--header 'accept: application/json'
xxxxxxxxxx16{"data": [{"description": "This is an open public beta for an example feature.","ended": null,"greenlight_only": true,"id": "example_open","label": "Example Open Beta","more_info": "https://www.linode.com/green-light/","started": "2023-07-11T00:00:00"}],"page": 1,"pages": 1,"results": 1}