Search Objects
Use SearchObjects to retrieve a snapshot of Objects that match filter criteria.
The operation evaluates the query at request time and returns paginated results.
For initial state plus live changes, use Stream instead.
Query Criteria
The query selects which Objects to return. An omitted or empty query returns all Objects. Multiple values within one field combine with OR; different fields combine with AND.
| Field | Selects Objects by |
|---|---|
|
Specific Object IDs. |
|
Lifecycle status, such as |
|
Assessed affiliation, such as |
|
Operating environment, such as surface, air, or subsurface. |
|
Operational flags, such as simulation, exercise, and actionability. |
|
Source, update time, or source node. |
Pagination
Results are returned in pages using an opaque cursor.
-
Omit
cursorto request the first page. -
page_sizesets the maximum Objects per page. The default is 10 and the maximum is 1000. -
Each response returns
next_cursor. Pass it back ascursorto read the next page. -
next_cursoris empty when there are no more results.
Treat next_cursor as opaque and do not parse it.