get_drug
Retrieve complete drug records, including all available fields, for a specified identifier from the Cortellis API. Access detailed drug development status information with structured JSON responses.
Instructions
Return the entire drug record with all available fields for a given identifier from Cortellis API
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Drug Identifier |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Drug Identifier",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}