What’s available
GET /projects/{projectId}/results: list latest results in a project (filter byreferenceId,fullName, oremail).GET /projects/{projectId}/results/{referenceId}: get a single latest result by your own reference id.
Authentication
- Send header
x-api-key: <your key>from Portal → Workspace Settings → API Keys. - Without the key, the playground returns 401 “API key required”.
Find your projectId
Until a Projects API is available:- Open a project in the Portal
- Copy the UUID from the URL
- Use it in the endpoints above