Last updated 7 months ago
Was this helpful?
Fetch an annotation by ID
/annotations/{annotationId}
The UUID of the annotation to fetch
curl -L \ --url 'https://api.nightfall.ai/dlp/v1/annotations/{annotationId}' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "id": "123e4567-e89b-12d3-a456-426614174000", "type": "DETECTOR_FALSE_POSITIVE", "comment": "text", "autoApply": true }