Method: projects.subscriptions.get

Gets the configuration details of a subscription.

HTTP request

GET https://pubsub.googleapis.com/v1/{subscription}

Path parameters

Parameters
subscription

string

Required. The name of the subscription to get. Format is projects/{project}/subscriptions/{sub}.

Request body

The request body must be empty.

Response body

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

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/pubsub
  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.