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 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.
Query parameters
Filters processor runs by the processor ID. If not provided, runs for all processors are returned.
Example: "dp_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.