Method: runtimes.get

Gets a Colab runtime assigned to the requesting user.

HTTP request

GET https://colaboratory.googleapis.com/v1beta/{name=runtimes/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the runtime to retrieve. Format: runtimes/{runtimeId}.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of Runtime.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/colaboratory
  • https://www.googleapis.com/auth/colaboratory.readonly

For more information, see the OAuth 2.0 Overview.