Get Processor Run
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
The unique identifier for this processor run.
Example: "exr_Xj8mK2pL9nR4vT7qY5wZ"
Bearer authentication of the form Bearer <token>, where token is your auth token.
The unique identifier for this processor run.
Example: "exr_Xj8mK2pL9nR4vT7qY5wZ"
π We just launched API version v2026-02-09! π Learn more
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.
API version to use for the request. If youβre using an SDK, you can ignore this parameter. If you are not using an SDK and do not specify a version, you will either receive a 400 Bad Request or be set to a previous legacy version. See API Versioning for more details.
The workspace ID to target. Required when using an organization-scoped API key; optional for workspace-scoped keys (the key is already tied to a workspace). See Authentication for details on API key scopes.