API Logs
Search through your full API request history with discrete filters, inspect any request's full detail, and export.
API Logs is the record of every API request your integration made: searchable, filterable, and exportable. It's the tool for reconciliation and after-the-fact diagnostics.
/payments201412msMTN MoMo/payments/trx.PVrU8x2k20088msMTN MoMo/transfers202690msOrange Money/payments4021203msWave/balance20042ms—/payments5005012msCinetPayFilters
There is no free-text query language (no status:5xx AND path:/transfers syntax) — filters are
discrete fields, combined with AND:
searchstringoptionalstatusstringoptionalmethodstringoptionaldate_start / date_enddateoptionalip_addressstringoptionalendpointstringoptionalmin_duration / max_durationintegeroptionalWhat a request record shows
Opening a row shows the full detail of that call:
Method & pathsummaryoptionalStatus & durationsummaryoptionalRequest headers / bodydetailoptionalResponse headers / bodydetailoptionalerror_message / error_tracedetailoptionalapi_key_id / secret_key_id / sync_key_iddetailoptionalapi_versiondetailoptionalThere is no "matched routing rule" or "orchestration" section on a request record — that detail lives in Routing Log and is looked up per-payment, not per-request.
Export
Export the current filtered result as CSV or JSON (button, or GET /konsole/logs/export). Export
is metered: it counts against your plan's max_exports monthly quota, shown on the page as a
used/limit indicator.
There is no "create an alert on a saved query" feature — filters are not saveable and there is no threshold-alerting UI here.
Diagnose a failure spike
Filter by 5xx over the last 24h and scan for a concentration of failing calls to
the same endpoint: it often points to one Mobile Money operator being down, which you can
confirm in Routing Log and address via
provider priority.
Retention
Request log records are kept for 90 days by default in both sandbox and live (configurable
per-deployment via LOG_RETENTION_DAYS, enforced by a scheduled logs:prune job). To keep data
longer, export before it ages out.