Skip to main content
POST
/
api
/
v2
/
insights
/
advanced
/
analyze_outliers
Error
A valid request URL is required to generate request examples
{
  "status": "processing",
  "jobId": "<string>"
}

Authorizations

Authorization
string
header
required

JWT token

Body

application/json
startDate
string<date-time>

Start date for the analysis

Example:

"2022-02-01T22:30:00Z"

endDate
string<date-time>

End date for the analysis

Example:

"2022-02-21T12:30:00Z"

projectsIds
integer[]

Array of project IDs to filter by

sitesIds
integer[]

Array of site IDs to filter by

entitiesIds
integer[]

Array of entity IDs to filter by

Response

Outlier analysis job accepted

status
enum<string>
Available options:
processing
Example:

"processing"

jobId
string

Job ID for tracking progress