Skip to main content
GET

Overview

Retrieve the details and results of a specific medical consensus request using its unique identifier. This endpoint returns the current status of the request and any available consensus results.

Path Parameters

string
required
The unique identifier of the consensus request to retrieve

Response

object
The consensus request object with current status and results

Status Codes

OK
Consensus request retrieved successfully
Unauthorized
Invalid or missing API key
Not Found
Consensus request with the specified ID was not found
Internal Server Error
Server error occurred while retrieving the request

Polling for Results

Since consensus requests are processed asynchronously, you may need to poll this endpoint periodically to check for completion: