Skip to main content
Get Processor Version
This endpoint allows you to fetch a specific version of a given processor.

Path Parameters

string
required
The ID of the processor.
string
required
The ID of the specific processor version to retrieve.

Response

boolean
A true or false value indicating whether the request was successful or not.
DocumentProcessorVersion
A ProcessorVersion object representing the requested version of the processor. See the ProcessorVersion object for more details on the structure.

Error Responses

boolean
Will be false if the request failed.
string
A description of the error that occurred.

Possible Errors

  • 404 Not Found: If the specified processor or version does not exist.