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.

Query Parameters

page
integer<int32>

1-based page number (default: 1).

size
integer<int32>

Number of projects per page (default: 20, max: 100).

Response

Paginated list of projects.

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