External DocumentationTo learn more, visit the Pub-Sub documentation.
Basic Parameters
Advanced Parameters
Example Output
Workflow Library Example
List Topics with Pub Sub and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Project ID | The ID of the project. |
| 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. |
{
"topics": [
{
object (Topic)
}
],
"nextPageToken": string
}
Was this page helpful?