Processor Endpoints
Get Processor Version
Retrieve a specific version of a processor in Extend.
This endpoint allows you to fetch a specific version of a given processor.
Path Parameters
documentProcessorId
string
requiredThe ID of the processor.
documentProcessorVersionId
string
requiredThe ID of the specific processor version to retrieve.
Response
success
boolean
A true or false value indicating whether the request was successful or not.
version
DocumentProcessorVersion
A ProcessorVersion object representing the requested version of the processor. See the ProcessorVersion object for more details on the structure.
Error Responses
success
boolean
Will be false
if the request failed.
error
string
A description of the error that occurred.
Possible Errors
- 404 Not Found: If the specified processor or version does not exist.