Method: runtimes.list

Lists Colab runtimes assigned to the requesting user.

HTTP request

GET https://colaboratory.googleapis.com/v1beta/runtimes

The URL uses gRPC Transcoding syntax.

Request body

The request body must be empty.

Response body

Response message for runtimes.list.

If successful, the response body contains data with the following structure:

JSON representation
{
  "runtimes": [
    {
      object (Runtime)
    }
  ]
}
Fields
runtimes[]

object (Runtime)

The list of runtimes assigned to the requesting user.

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.