v1
latestSwagger 2.02026-07-17172265595.1 KBcompliance
Get benchmark trend
Retrieving a trend of a benchmark result and checks.
get/compliance/api/v1/benchmarks/{benchmark_id}/trend
Path parameters
benchmark_idstring required
Benchmark ID
Query parameters
integrationIdstring[]
Connection IDs to filter by
connectionGroupstring[]
Connection groups to filter by
resourceCollectionstring[]
Resource collection IDs to filter by
connectorstring[]
Connector type to filter by
startTimeinteger
timestamp for start of the chart in epoch seconds
endTimeinteger
timestamp for end of the chart in epoch seconds
Response
OK
Example response
[
{
"checks": {
"criticalCount": 1,
"highCount": 1,
"lowCount": 1,
"mediumCount": 1,
"noneCount": 1
},
"timestamp": "1686346668"
}
]