Fetch Blueprint Drift status for a set of devices.
Returns each requested device's current Blueprint Drift state (compliant, drifted, or unknown) in a single batched call, so you don't need to query devices one at a time.
Security
drift_apiKey
- Mock serverhttps://api.esper.io/_mock/openapi/v2/blueprint-drift/status
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/v2/blueprint-drift/status
curl -i -X GET \
'https://api.esper.io/_mock/openapi/v2/blueprint-drift/status?device_ids=550e8400-e29b-41d4-a716-446655440001%2C550e8400-e29b-41d4-a716-446655440002' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'X-Caller-Id: string' \
-H 'X-Tenant-Id: string'Response
{ "results": [ { … } ] }