Processor Endpoints
Get ProcessorRun
Retrieve details about a specific processor run, including its status, outputs, and any edits made during review.
A common use case for this endpoint is to poll for the status and final output of an async processor run when using the Run Processor endpoint. For instance, if you do not want to not configure webhooks to receive the output via completion/failure events.
URL Parameters
The unique identifier of the processor run to retrieve.
Response
A true or false value indicating whether the request was successful.
Details about the requested processor run.
See the ProcessorRun object for more details.