List state vectors for one or more spacecraft
Retrieves a paginated list of state vectors for the specified spacecraft(s), with optional date range filtering. The spacecraftId parameter may be repeated to query multiple spacecraft in a single call (e.g. ?spacecraftId=A&spacecraftId=B); results are merged into a single paginated set. Results are sorted by epoch descending by default. Empty results return 200 with an empty page.
Authorizations
API Key (format: vsp_sk_...)
Query Parameters
Spacecraft identifier(s) to filter state vectors by. Required; may be repeated to query multiple spacecraft in a single call (e.g. ?spacecraftId=A&spacecraftId=B), in which case results are merged into a single paginated set sorted by epoch desc.
1 - 50 elementsStart of date range filter (inclusive, ISO-8601)
End of date range filter (inclusive, ISO-8601)
Response
Successfully retrieved state vectors
Paginated response wrapper that also reports which supplied spacecraft references did not resolve (drop-report)
Spacecraft references the caller supplied that did not resolve (de-duplicated, caller order preserved). Always present; an empty array means every supplied reference resolved.
Spacecraft references the caller supplied that did not resolve (de-duplicated, caller order preserved). Always present; an empty array means every supplied reference resolved.
List of items in the current page
Whether this is the first page
true
Whether there are more pages after this one
true
Whether there are pages before this one
false
Whether this is the last page
false
Current page number (0-indexed)
0
Number of items per page
20
Total number of elements across all pages
150
Total number of pages
8