Ct Sponsor Trials
ct_sponsor_trialsList the trials a company LEADS on ClinicalTrials.gov, by sponsor or organization name. Returns status, phase, and conditions to map a research pipeline. Matches the registered lead-sponsor field, so trials another organisation runs using the company's drug are excluded unless sponsor_match asks for them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results (1-100, default 20) | |
| phase | No | Optional phase filter | |
| status | No | Optional status filter | |
| sponsor | Yes | Sponsor or company name (e.g., "Pfizer", "Novo Nordisk", "Moderna"). Matched against the registered LEAD sponsor by default. | |
| sponsor_match | No | Which sponsor role the name must fill. "lead" (the default) returns only trials whose registered LEAD sponsor is that company. "lead_or_collaborator" also returns trials led by someone else that list the company as a collaborator — typically academic trials of the company's drug. Every returned study carries sponsor_match_field naming which one matched. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sponsor | Yes | Sponsor name queried | |
| studies | Yes | List of formatted trial summaries | |
| total_count | Yes | Total trials by sponsor |