Search Query Syntax

query operators

supported query operators

operator

description

example

eq

equals

product_type__eq="GEO" (== product_type="GEO")

in

contains

product_type__in=["SLC", "GEO", "GEC"] ( == product_type=["SLC", "GEO", "GEC"])

gt

greater than

datetime__gt="2021-01-01T00:00:00Z"

lt

lower than

datetime__lt="2021-02-01T00:00:00Z"

gte

greater than equal

resolution_range__gte=0.3

lte

lower than equal

resolution_azimuth__lte=0.5

tasking requests

supported query fields for tasking request search

field name

description

type

example

collection_type

Capella collection type, one of
"spotlight_ultra", "spotlight",
"stripmap_100", "stripmap_50", "stripmap_20"
"parallel_stripmap_100", "parallel_stripmap_50", "parallel_stripmap_20"

str

"spotlight_ultra"

collection_tier

collection tier, one of
"urgent", "priority", "standard", "flexible", "internal"

str

"priority"

instrument_mode

instrument mode, one of
"spotlight", "stripmap", "sliding_spotlight"

str

"spotlight"

last_status_time

UTC datetime of latest status

str

"2020-02-12"

org_id

organization id to list tasking requests for (requires elevated permissions)

str

"34c78a57-2d68-4b4a-a7ba-c188f9e2645d"

status

current TaskingRequestStatus
"received", "review",
"submitted", "active", "accepted", "rejected", "expired",
"completed", "anomaly", "canceled", "error", "failed"

str

"completed"

submission_time

UTC datetime of task submission

str

"2020-02-12"

tasking_request_id

tasking request id

str

"34c78a57-2d68-4b4a-a7ba-c188f9e2645d"

user_id

user id to list tasking requests for (requires elevated permissions)

str

"34c78a57-2d68-4b4a-a7ba-c188f9e2645d"

window_open

Earliest UTC datetime of collection

str

"2020-02-12"

window_close

Latest UTC datetime of collection

str

"2020-02-12"

page_size

page size, default: 250, needs to be between 250 and 500

int

250

repeat requests

supported query fields for repeat request search

field name

description

type

example

collection_type

Capella collection type, one of
"spotlight_ultra", "spotlight",
"stripmap_100", "stripmap_50", "stripmap_20"
"parallel_stripmap_100", "parallel_stripmap_50", "parallel_stripmap_20"

str

"spotlight_ultra"

collection_tier

collection tier, one of
"flexible", "routine", "internal"

str

"routine"

instrument_mode

instrument mode, one of
"spotlight", "stripmap", "sliding_spotlight"

str

"spotlight"

last_status_time

UTC datetime of latest status

str

"2020-02-12"

org_id

organization id to list repeat requests for (requires elevated permissions)

str

""34c78a57-2d68-4b4a-a7ba-c188f9e2645d""

repeat_request_id

repeat request id

str

"34c78a57-2d68-4b4a-a7ba-c188f9e2645d"

repeat_start

UTC datetime of beginning of window recurrences

str

"2020-02-12"

repeat_end

UTC datetime of end of window recurrences

str

"2020-02-12"

repetition_interval

number of days between the start of derived requests

int

7

submission_time

UTC datetime of repeat request submission

str

"2020-02-12"

status

current RepeatRequestStatus
"received", "review",
"submitted", "active", "accepted", "rejected", "expired",
"completed", "anomaly", "canceled", "error", "failed"

str

"completed"

user_id

user id to list repeat requests for (requires elevated permissions)

str

""34c78a57-2d68-4b4a-a7ba-c188f9e2645d""

page_size

page size, default: 250, needs to be between 250 and 500

int

250