Skip to main content
GET
TypeScript

Authorizations

Authorization
string
header
required

Project-bound Apollo Signal API key. Keys begin with ap_signal_ and must carry the permission shown on the operation.

Path Parameters

projectId
string
required

The ID of the project whose topics to list.

Query Parameters

page
integer<int32>

Page number, starting from 1. Defaults to 1.

size
integer<int32>

Number of results per page (1–100). Defaults to 20.

Response

Topics retrieved successfully.

data
TopicResponse · object[]
required
page
PageInfo · object
required