query_spacetrack
Query SpaceTrack for satellite orbital data, decay events, and conjunction messages with customizable filters, sorting, and pagination.
Instructions
Build and execute an advanced SpaceTrack query with full control.
Provides direct access to the SpaceTrack query builder with arbitrary filters, sorting, and pagination. Requires SPACETRACK_USER and SPACETRACK_PASS environment variables.
Args: request_class: One of "gp", "gp_history", "satcat", "cdm_public", "decay" (case-insensitive). filters: List of filter dicts with "field" and "value" keys, e.g. [{"field": "NORAD_CAT_ID", "value": "25544"}]. order_by: Field name to sort results by. order_ascending: Sort ascending (True) or descending (False). limit: Maximum number of records to return. offset: Number of records to skip (requires limit).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| filters | No | ||
| order_by | No | ||
| request_class | Yes | ||
| order_ascending | No |