External DocumentationTo learn more, visit the Pub-Sub documentation.
Actions
List Topics
Lists topics by the project’s name.

Preview this Workflow on desktop
Was this page helpful?
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?