Alpha API Reference
Get Medical Consensus
Retrieve a medical consensus request by its unique identifier.
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
The unique identifier of the consensus request to retrieve
Response
The consensus request object with current status and results
Status Codes
Consensus request retrieved successfully
Invalid or missing API key
Consensus request with the specified ID was not found
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:Related Endpoints
- Create Consensus - Create a new consensus request
- Delete Consensus - Delete a consensus request