List Processor Runs
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Headers
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.
Query parameters
Filters processor runs by the processor ID. If not provided, runs for all processors are returned.
Example: "ex_BMdfq_yWM3sT-ZzvCnA3f"
Filters processor runs by the processor type. If not provided, runs for all processor types are returned.
Example: "EXTRACT"
Filters processor runs by the source ID. The source ID corresponds to the entity that created the processor run.
Example: "workflow_run_123"
Filters processor runs by the name of the file. Only returns processor runs where the file name contains this string.
Example: "invoice"
Response
You will get a list of summaries for each processor run. These are shortened versions of the full ProcessorRun object.
To get the full object, use the Get ProcessorRun endpoint.

