Skip to main content
All examples assume your key is available as an environment variable:

Check your key status (free)

Confirm your key works, see its scopes, and check your remaining quota — this call never consumes quota:

List projects

First page of 25 projects, in-progress only:
Page through the full list using pagination.total:
Extract just names and references:

Get a single project

A project id from another environment (or a non-existent id) returns 404:

Project risk assessments and appraisals

Benchmarks for one project

Reports

Community analytics (requires data:community)

Without the scope you receive 403:

Inspecting rate-limit headers

Use -D - to print response headers alongside the body:
See Rate limits & quotas for a full worked retry script.