Skip to main content

List Topics

Lists topics by the project's name.

External Documentation

To learn more, visit the Pub-Sub documentation.

Basic Parameters

ParameterDescription
Project IDThe name of the project.

Advanced Parameters

ParameterDescription
Page SizeMaximum number of topics to return.
Page TokenThe nextPageToken value returned by the last List Topics action. Indicates that this is a continuation of the prior call, and that the system should return the next page of data.

Example Output

{
"topics": [
{
object (Topic)
}
],
"nextPageToken": string
}

Workflow Library Example

List Topics with Pub Sub and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop