GET
Admin cross-user execution list for the dashboard Payments area (Executions tab). Lean rows straight off `mandate_executions`. Admin / readonly-admin gated. Distinct from the Kronos-fired routes above.

Query Parameters

statuses
string | null
mandate_id
string
required
order_id
string
required
sort
null | object

Sort specification for list endpoints. Read the field names as "sort on <column> by <direction>".

time_range
null | object

A half-open time range, with a mandatory start and an optional end. Designed to be embedded in list/filter query params via #[serde(flatten)].

Deserialize runs [TimeRange::validate] as part of deserialization, so callers never receive a [TimeRange] that violates start_time <= end_time.

limit
integer<int32> | null
offset
integer<int32> | null

Response

Cross-user autopay-execution list

data
object[]
required
limit
integer<int32>
required
offset
integer<int32>
required
total
integer<int64>
required