What’s available

  • GET /projects/{projectId}/results: list latest results in a project (filter by referenceId, fullName, or email).
  • 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 → Account Settings → API Keys.
  • Without the key, the playground returns 401 “API key required”.

Find your projectId

Until a Projects API is available:
  1. Open a project in the Portal
  2. Copy the UUID from the URL
  3. Use it in the endpoints above