Update Task Metadata.
Update a task’s metadata. Only set properties you wish to change and omit others.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique ID of the Task to update.
Query Parameters
Resume the task if True. Defaults to False (no resume).
Body
Task properties to update. Only set properties you wish to change and omit others.
Set a task's user friendly name.
Set/unset the task's 'cleared' flag, indicating that your organization has/has not performed follow-up work items applicable to this task.
Set or change the external ID associated with this task.
1024Add a new data item to the task. The data item must be a JSON object with the
Response
Successful Response
A unique ID for the Task.
A Task's type. Determines what kind of processing is performed on the input data.
Current state of a task.
pending: The task is waiting to be processed.processing: The task is currently being processed.waiting: The task is waiting for additional input.completed: The task has completed processing.failed: An error occurred while the task was being processed.invalid: The data uploaded does not provide any information pertaining to the task to be performed.deferred: The bulk processing task has been put into a deferred state due to high load
pending, processing, waiting, completed, failed, invalid, deferred A user friendly name, based on information extracted from inputs.
cleared can be set to a timestamp indicating when follow-ups (work external to Synthpop) related to this Task have been completed. Initialized to null upon Task creation.
Timestamp indicating when this task was created.
Timestamp indicating when the latest status change for this task occurred. This indicates when a Task entered processing, waiting, completed or failed state. For pending tasks this is set to the same value as created.
Suggested task category, as determined by the medical records found.
- DataItemFile
- DataItemJSON
- DataItemText
Issues detected with this task or any medical records of it.
A generic task issue reported by the LLM.
- TaskIssueGenericLLM
- TaskIssueGenericLogic
- TaskIssueGenericWarning
- TaskIssueDataMissing
- TaskIssueMissingRecord
- TaskIssueIncorrectDocumentSequence
- TaskIssueInconsistentData
- TaskIssueExpired
- MedicalRecordIssueDataMissing
An optional third party assigned ID for the task.
1024List of verdicts for the task.
Optional interception data including structured_data with pages-details.
Per-code referral-validation conclusion summaries.

