Fetch a single ADC design.
The analysis field holds the most recently persisted result from
POST /v1/adc-designs/{id}/analysis — null until the first run.
Cross-org ids return 404.
Cost: read — rate bucket only.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
An ADC design as returned by /v1.
Opaque design identifier (UUID).
"dd11aa22-bb33-cc44-dd55-eeff66778899"
Therapeutic candidate this design belongs to.
"c0f5e4b1-a7d2-4e0b-9f8c-1b2d3e4f5a6b"
ISO-8601 timestamp (UTC).
ISO-8601 timestamp (UTC).
Polymorphic discriminator. Always adc_design.
"adc_design"Cached analysis result, populated by POST /v1/adc-designs/{id}/analysis. null until the first run.