List scheduled payments
Scheduled Payments
List scheduled payments
Returns scheduled payments on fixed-price contracts for the authenticated company over a UTC date range. Each item includes the payment amount, paid amount, status, scheduled date, and parent contract. Filter by team, contractor, or payment status, and sort or paginate the results. The response also includes summary statistics for the same period.
GET
List scheduled payments
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Example:
Start date in YYYY-MM-DD format
Example:
"2026-08-01"
End date in YYYY-MM-DD format
Example:
"2026-08-31"
Example:
Available options:
upcoming, processing, failed, paid, deleted Example:
Available options:
asc, desc Available options:
scheduledPaymentOn, date, budget, paidAmount, scheduledPaymentStatus, contract, contractor Required range:
x >= 1Required range:
1 <= x <= 100