v1

latestOpenAPI 3.1.0Payrails GmbH2026-07-2614905.7 MB
Disputes

List dispute service runs

List asynchronous runs in the dispute service, scoped to the workspaces you can access. Runs back operations such as a backfill, which pulls disputes and their related payments from the provider into your dispute and payment records. Use the filters to narrow by run type, status, or resolution; results are ordered most-recent first.

get/dispute/disputes/runs

Query parameters

filter[runType]string

Filter runs by run type (for example dispute-pull-controller or dispute-pull-window).

filter[status]'queued' | 'dispatched' | 'done'

Filter runs by status.

filter[resolution]'success' | 'failed' | 'cancelled'

Filter runs by resolution (the outcome of a completed run).

Response

Success.

Example response

{
  "results": [
    {
      "runType": "dispute-pull-controller"
    }
  ]
}