get_trial_details_batched
Retrieve detailed clinical trial records in batches to reduce payload during discovery.
Accepts a list of NCT IDs and fetches details in batches (default 10). Preserves the order of input NCT IDs in the returned list. Use this after search tools which return a minimal field set.
Input:
nct_ids: List of NCT IDs to retrieve in batches.fields: Specific fields to return. If not provided, returns DETAIL_TOOL_DEFAULTS (25 comprehensive fields covering: NCTId, BriefTitle, OfficialTitle, Acronym, Condition, Keyword, Phase, OverallStatus, InterventionType, InterventionName, InterventionDescription, ArmGroupLabel, ArmGroupType, ArmGroupDescription, EligibilityCriteria, MinimumAge, MaximumAge, Sex, PrimaryOutcomeMeasure, SecondaryOutcomeMeasure, BriefSummary, LocationFacility, LocationCountry, LeadSponsorName, CollaboratorName, HasResults).batch_size: Number of trials to fetch per API call (default 10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Specific fields to return for detailed view | |
| nct_ids | Yes | NCT IDs to retrieve in batches of 10 | |
| batch_size | No | Batch size for each API call |