latestSwagger 2.02026-08-2053114259.7 KB

41da8739a690

File Redaction

Gets all unattached file jobs for the current user within a time window.

Returns all unattached file jobs for the current user within the specified time window. The time window defaults to 1 hour if not provided. Jobs are returned in descending order by creation date.

get/api/unattachedfile

Query parameters

fromstring

How far back to look for jobs, as a timespan string (e.g. "01:00:00" for 1 hour). Defaults to 1 hour if not provided.

Response

The list of unattached file jobs

idstring
statusstring
errorMessagesstring nullable
startTimeInstant

A point in time represented as an ISO 8601 timestamp string.

endTimeInstant

A point in time represented as an ISO 8601 timestamp string.

publishedTimeInstant

A point in time represented as an ISO 8601 timestamp string.

datasetFileIdstring nullable
datasetIdstring nullable
jobType'DeidentifyFile' | 'ModelTemplateGeneration' | 'ModelTraining' | 'DeidentifyUnattachedFile' | 'ParseFiles' | 'PipelineDeidentifyFile' | 'ParseFileFromSdk' | 'AudioTranscription' | 'ProcessExternalFiles' | 'GenerateExternalFiles' | 'ManualRedactionProcessFile' | 'FileAnnotation' | 'GenerateNewGuidelines' | 'TrainingFileAnalysis' | 'TrainingFileAnnotation' | 'AuditRedactRequest' | 'HarvestFormMappingFile' | 'ApplyFormMapping'

The type of background processing job (e.g., file deidentification, transcription, or model training).

ocrServiceProvider'Azure' | 'PyTesseract' | 'Textract' | 'None'

The OCR engine used for text extraction from images, scanned documents, and PDFs

pdfSynthModePolicy'V1' | 'V2' | 'V5'
<p>Possible values:</p> <ul> <li><b>V1</b>: Original mode with incorrect font, size and style</li> <li><b>V2</b>: Legacy style-aware mode. Persisted V2 values now use the V5 font detector.</li> <li><b>V5</b>: Style-aware mode backed by the V5 OpenVINO font model</li> </ul>