Last updated 6 months ago
Was this helpful?
Fetch an annotation by ID
/annotations/{annotationId}
The UUID of the annotation to fetch
Successful response
Invalid request parameters
Authentication failure
Annotation does not exist
Rate Limit Exceeded or Daily Quota Exceeded
Internal Nightfall Error
curl -L \ --url 'https://api.nightfall.ai/dlp/v1/annotations/{annotationId}' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "type": "DETECTOR_FALSE_POSITIVE", "id": "123e4567-e89b-12d3-a456-426614174000", "comment": "text", "autoApply": true }