List all projects in the specified organization.
Requires the caller to be an admin in the organization, or any of its ancestors.
Example: Assume an organization hierarchy like: org-a
-> org-b
-> org-c
.
To list projects in org-c
, which means calling 'GET /api/admin/orgs/org-c/projects', the caller must be an admin in
org-a
, org-b
or org-c
.
A list of projects
curl -i -X GET \ 'https://auth.cognite.com/api/admin/orgs/{org}/projects' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "nextCursor": "string"
}