List Topics
Lists topics by the project's name.
External Documentation
To learn more, visit the Pub-Sub documentation.
Basic Parameters
Parameter | Description |
---|---|
Project ID | The name of the project. |
Advanced Parameters
Parameter | Description |
---|---|
Page Size | Maximum number of topics to return. |
Page Token | The 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
Preview this Workflow on desktop