Skip to main content
GET
/
projects
/
{projectId}
/
results
/
{referenceId}
Get latest result by referenceId
curl --request GET \
  --url https://api.neurapulse.com/projects/{projectId}/results/{referenceId} \
  --header 'x-api-key: <api-key>'
{
  "referenceId": "<string>",
  "email": "<string>",
  "firstName": "<string>",
  "lastName": "<string>",
  "fullName": "<string>",
  "status": "<any>",
  "dateCompleted": "2023-11-07T05:31:56Z"
}

Authorizations

x-api-key
string
header
required

API key generated in the Portal (Account Settings → API Keys).

Path Parameters

projectId
string<uuid>
required

Project ID. Obtain via GET /projects or from the project URL.

referenceId
string
required

Your test taker identifier (1–500 chars). URL-encoded.

Maximum length: 500

Response

OK

email
string
required
firstName
string
required
lastName
string
required
fullName
string
required
referenceId
string | null
status
any
dateCompleted
string<date-time>
I