Results

Get presigned URL for test results

get

Returns a time-limited presigned URL to download normalized test results in FHIR format (JSON). The URL is valid for 15 minutes. Note: Every orderItemID can only be associated with maximum 1 panel, hence results can be uniquely identified by orderItemID.

Authorizations
AuthorizationstringRequired
Path parameters
orderItemIDinteger · min: 1Required

Order Item ID

Query parameters
test_taker_idinteger · min: 1Required

Test Taker ID

Responses
chevron-right
200

Successfully generated download URL

application/json

Response containing a presigned URL to download test results

download_urlstringOptionalExample: https://storage.googleapis.com/bucket/results/123.json?signature=abc123
expires_atstringOptionalExample: 2025-10-23T18:00:00Z
formatstring · enumOptionalExample: jsonPossible values:
get
/api/v1/results/{orderItemID}

Acknowledge results receipt

post

Confirms that test results have been successfully retrieved and processed by the test taker/end user. Required for compliance and audit trails.

Authorizations
AuthorizationstringRequired
Path parameters
orderItemIDinteger · min: 1Required

Order Item ID

Query parameters
test_taker_idinteger · min: 1Required

Test Taker ID

Responses
chevron-right
200

Results acknowledged successfully

application/json

Confirmation that results were acknowledged

statusstringOptionalExample: acknowledged
post
/results/{orderItemID}/acknowledge

Last updated

Was this helpful?