Projects

List projects

GET
/projects
AuthorizationBearer <token>

Organization API key from the console (ak_...), or an OAuth access token with user:org:read, the organization selected during consent, and the capability required by the operation.

In: header

Query Parameters

limit?integer

Maximum number of resources to return.

Range1 <= value <= 100
Default20
cursor?string

Opaque cursor from the preceding page's next_cursor.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/projects"
{  "object": "list",  "data": [    {      "id": "prj_4f8k2m7x9q1v6b3n",      "object": "project",      "name": "string",      "definition_id": "def_2p8m4q7k1v9d6h3c",      "auto_generate": true,      "created_at": "2019-08-24T14:15:22Z",      "updated_at": "2019-08-24T14:15:22Z"    }  ],  "has_more": true,  "next_cursor": "string"}