List Processor Versions
Processor Endpoints
List Processor Versions
Retrieve all versions of a specific processor in Extend.
List Processor Versions
This endpoint allows you to fetch all versions of a given processor, including the current
draft version.
- Versions are typically returned in descending order of creation (newest first), but this should be confirmed in the actual implementation.
- The
draftversion is the latest unpublished version of the processor, which can be published to create a new version. It might not have any changes from the last published version.
Path Parameters
string
required
The ID of the processor to retrieve versions for.
Response
boolean
A true or false value indicating whether the request was successful or not.
array
An array of ProcessorVersion objects representing all versions of the
specified processor. See the ProcessorVersion
object for more details on the
structure of each version.
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 does not exist.

