Search results

Returns a list of analysis results.

Query Params
string

Filters query results by evaluating the value of expressions. Supports four types of operators:

  • Comparison: q=[attribute][comparison operator][value] e.g. id=100, id!=100, id>100
  • Logical: q=[expression][logical operator][expression] e.g. id=100 AND name="xyz" , id=100 OR type="abc"
  • List: q=[attribute][list operator][values list] e.g. id IN (1,2,3], name NOT IN ("abc","xyz")
  • Matching: q=[attribute][comparison operator][pattern], e.g. name LIKE "abc " , type NOT LIKE " xyz* "
    To learn more, see Filter Exposure Data.
string

Sort order of records returned. One of ASC (ascending) or DESC (descending).

int32

Number of records returned. By default, 100.

int32

Number of pages offset before the first page of returned records. By default, 0.

Responses

Response body
object
int64
searchItems
array of objects
searchItems
object
int32
string
string
string
string
int32
int32
string
string
string
string
int32
string
string
int64
string
boolean
modelProfile
object
outputProfile
object
engine
object
status
object
type
object
peril
object
subPeril
object
region
object
lossAmplification
object
mode
object
insuranceType
object
vulnerabilityCurve
object
user
object
eventRateSchemes
array of strings
eventRateSchemes
currency
object
engineSubType
object
string
int64
int32
string
tagIds
array of int32s

List of data tag IDs.

tagIds

Language
Credentials
URL