Zahlungsläufe auflisten
Listet Zahlungsläufe mit optionalem Statusfilter und Paginierung. Status: draft, approved, exported, completed, cancelled.
list_payment_runs
Authorization
Authorization string header erforderlich API-Key im Format
ll_.... Übergabe als Bearer Token im OAuth-Flow. Scopes
kreditoren:read
Parameter
status string optional Nach Status filtern (draft, approved, exported, completed, cancelled)
limit number optional Max. Ergebnisse (1–500, Default: 100)
offset number optional Offset für Paginierung (Default: 0)
Antwort
200
Erfolgreich
MCP
JSON list_payment_runs {
"tool": "list_payment_runs",
"params": {
"status": "<string>",
"limit": 1,
"offset": 1
}
} 200 Response
JSON [
{
"id": "<string>",
"status": "<string>",
"execution_date": "<string>",
"total_amount": 1,
"item_count": 1,
"label": "<string>",
"created_at": "<string>"
}
]