Skip to main content
GET
/
operations
/
state-vectors
Error
A valid request URL is required to generate request examples
{
  "content": [
    {}
  ],
  "empty": false,
  "first": true,
  "hasNext": true,
  "hasPrevious": false,
  "last": false,
  "page": 0,
  "size": 20,
  "totalElements": 150,
  "totalPages": 8
}

Authorizations

Authorization
string
header
required

API Key (format: vsp_sk_...)

Query Parameters

spacecraftId
string
required

Spacecraft identifier to filter state vectors by

startDate
string<date-time>

Start of date range filter (inclusive, ISO-8601)

endDate
string<date-time>

End of date range filter (inclusive, ISO-8601)

pageable
object
required

Response

Successfully retrieved state vectors

Paginated response wrapper containing a page of results with navigation metadata

content
object[]

List of items in the current page

empty
boolean

Whether the content list is empty

Example:

false

first
boolean

Whether this is the first page

Example:

true

hasNext
boolean

Whether there are more pages after this one

Example:

true

hasPrevious
boolean

Whether there are pages before this one

Example:

false

last
boolean

Whether this is the last page

Example:

false

page
integer<int32>

Current page number (0-indexed)

Example:

0

size
integer<int32>

Number of items per page

Example:

20

totalElements
integer<int64>

Total number of elements across all pages

Example:

150

totalPages
integer<int32>

Total number of pages

Example:

8