Method: projects.topics.get

Gets the configuration of a topic.

HTTP request

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

Path parameters

Parameters
topic

string

Required. The name of the topic to get. Format is projects/{project}/topics/{topic}.

Request body

The request body must be empty.

Response body

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

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.