Skip to main content
GET
List projects
This endpoint can only be used with an organization-scoped API key.

Authorizations

Authorization
string
header
required

Use a user token to access authenticated routes. The token must be specified in the Authorization HTTP header with the following format 'Authorization: Bearer '.

Query Parameters

page
integer
default:1

Page number to show

Example:

1

per_page
integer
default:20

Number of resources to return per page

Required range: 1 <= x <= 100
Example:

20

Response

Success, projects retrieved

data
object[]
meta
object

Meta data for pagination

Links for pagination

Last modified on February 12, 2026