<PackageReference Include="Relativity.Processing.SDK" Version="13.29.482" />

Relativity.Processing.V2.Services.IProcessingDocumentManager

IProcessingCustodianManager interface contains interactions required to interact with a Custodian
Task<ProcessingDocumentErrorHistoryResponse> GetDocumentErrorHistoryAsync(int workspaceID, string logicalID, int skip, int top)

Gets error history for the requested document.

Task<ProcessingMetadataResponse> GetDocumentMetadataAsync(int workspaceID, string logicalID)

Gets all the metadata fields and values for the requested Document.

Gets all the metadata fields and values for the requested Documents.

Gets the physical file locations for the requested Documents.

Fetch the job errors for the requested document ids.

Task PublishDocumentsAsync(int workspaceID, ProcessingDocumentsRequest documentsRequest)

Send a request for publishing documents.

Retrieve information regarding the publishing request.

Task RetryDeleteDocumentAsync(int workspaceID, ProcessingDocumentsRequest documentsRequest)

Send a request for retry deleting documents.

Task RetryDocumentErrorsAsync(int workspaceID, ProcessingDocumentsRequest documentsRequest)

Send a request for retry document errors.