v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1425156138.7 KB

Lists available versions of Grafana. These are available when calling <code>CreateWorkspace</code>. Optionally, include a workspace to list the versions to which it can be upgraded.

get/versions

Query parameters

maxResultsinteger

The maximum number of results to include in the response.

nextTokenstring

The token to use when requesting the next set of results. You receive this token from a previous <code>ListVersions</code> operation.

workspace-idstring

The ID of the workspace to list the available upgrade versions. If not included, lists all versions of Grafana that are supported for <code>CreateWorkspace</code>.

Response

Success

nextTokenstring

The token to use in a subsequent <code>ListVersions</code> operation to return the next set of results.

grafanaVersionsGrafanaVersion[]

The Grafana versions available to create. If a workspace ID is included in the request, the Grafana versions to which this workspace can be upgraded.