GET
List projects

Authorizations

Authorization
string
header
required

Developer session token from POST /v1/auth/login or POST /v1/auth/register. Valid 7 days.

Authenticates the developer control plane. It also reaches the server and build endpoints, which a dashboard has to drive and which no session can otherwise call: an API key's value is returned once, at mint, so nothing can read back a key for an existing project. On those endpoints a session names its project with project_id, or is resolved from the resource it addresses, and is always checked against the account that owns it.

It reaches no player-facing game endpoint.

Query Parameters

limit
integer
default:50

Maximum number of items to return.

Required range: 1 <= x <= 100
offset
integer
default:0

Number of items to skip before collecting the result set.

Required range: x >= 0

Response

A page of projects.

Envelope fields shared by every list endpoint.

total
integer
required

Total number of items matching the query, ignoring pagination.

Example:

100

limit
integer
required
Example:

50

offset
integer
required
Example:

0

has_more
boolean
required

Whether more items exist past offset + limit.

Example:

true

data
object[]
required