Skip to main content
GET
List projects

Authorizations

Authorization
string
header
required

A workspace API key.

Query Parameters

status
enum<string>
default:active

Which projects to list. Defaults to active, so archived ones are hidden.

Available options:
active,
archived,
all
limit
integer
default:50

How many projects to return. Between 1 and 100; defaults to 50.

Required range: 1 <= x <= 100

Response

Success.

success
boolean
required
projects
object[]
required
hasMore
boolean
required

True when more exist than limit returned. Truthful about the bound.

{key}
any