get_launch_history
Retrieve launch history for any space entity from FAA/GCAT database, including vehicle type, launch site, outcome, and date.
Instructions
Get launch history for a space entity. Returns launches from the FAA/GCAT database including vehicle type, launch site, outcome, and date. Requires entity_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max launches to return (default 20, max 100) | |
| vehicle | No | Filter by vehicle type (e.g., Falcon 9, Electron) | |
| entity_id | Yes | Entity UUID to look up launch history for |