Deprecated

GET/projects

Deprecated: use GET /org/projects instead. This route will be removed on 2026-11-24.

List projects for the authenticated organization.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

limit?integer

Maximum number of results to return

Rangevalue <= 100
Default20
offset?integer

Number of results to skip

Default0
query?string

Case-insensitive substring match against project name

name?string

Exact-match filter on project name using the database collation. In production, matching is case- and accent-insensitive.

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/projects"
[  {    "id": "string",    "name": "string",    "status": "active",    "created_at": "2019-08-24T14:15:22Z",    "updated_at": "2019-08-24T14:15:22Z"  }]