Last updated 9 months ago
Was this helpful?
Fetch an annotation by ID
The UUID of the annotation to fetch
GET /dlp/v1/annotations/{annotationId} HTTP/1.1 Host: api.nightfall.ai Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
Successful response
{ "id": "123e4567-e89b-12d3-a456-426614174000", "type": "DETECTOR_FALSE_POSITIVE", "comment": "text", "autoApply": true }