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
The ID of the processor.
The ID of the specific processor version to retrieve.
Response
A true or false value indicating whether the request was successful or not.
A ProcessorVersion object representing the requested version of the processor. See the ProcessorVersion object for more details on the structure.
Error Responses
Will be false
if the request failed.
A description of the error that occurred.
Possible Errors
- 404 Not Found: If the specified processor or version does not exist.