Skip to content

Reports v2.1

The Admin Portal provides a set of operational reports covering API performance, error rates, call volumes, payment activity, and consent statistics. All reports can be filtered by date range, sorted by any column, and exported to CSV for further analysis.

Performance

The performance report aggregates API request data and provides response time metrics across all endpoints.

Each row includes:

ColumnDescription
LFI NameYour organisation name (always your LFI for your portal)
TPP NameThe TPP that made the request — blank for requests that do not involve a TPP (e.g. LFI-to-Hub calls)
DateThe date of the aggregated data
EndpointThe API endpoint called (e.g. accounts, balances, beneficiaries, payments)
Response CodeThe HTTP response status code
Max Response Time (ms)The slowest response time for the endpoint in the period
Min Response Time (ms)The fastest response time for the endpoint in the period
Average Response Time (ms)The mean response time across all calls to the endpoint in the period
Number of CallsTotal number of requests to the endpoint in the period

Response times represent the end-to-end request duration as observed by the API Hub — from receiving the inbound request to returning the response. This includes the LFI's response time.

Performance report showing a table of endpoints with response time metrics, filtered by date range
Click to expand

LFI performance

A separate LFI Performance report isolates your response times by removing API Hub processing latency. This report shows only the time between the API Hub forwarding the request to your Ozone Connect endpoint and receiving your response — giving you a clear view of your own system's performance.

LFI Performance report showing isolated LFI response times per endpoint
Click to expand

API error rates

The error rates report provides a breakdown of failed requests by endpoint, TPP, and error code. Use this to identify:

  • Endpoints with elevated error rates
  • TPPs that are consistently sending malformed requests
  • Trends in error volumes over time
API Error Rates report showing error breakdown by endpoint and response code
Click to expand

API call volumes

The call volumes report shows the total number of API requests over a given period, broken down by endpoint and TPP. This is useful for understanding traffic patterns and capacity usage.

API Call Volumes report showing request counts by endpoint and TPP
Click to expand

Payment reports

Payment values

The payment values report shows the monetary value of payments processed through the API Hub, broken down by payment type, TPP, and time period.

Payment Values report showing total payment amounts by TPP and payment type
Click to expand

Payment volumes

The payment volumes report shows the number of payment transactions processed, broken down by payment type, TPP, status, and time period.

The consent statistics report provides an overview of consent activity — including consents created, authorised, expired, revoked, and consumed — broken down by consent type, TPP, and time period.

Consent Statistics report showing consent status breakdown by type and TPP
Click to expand

Working with reports

All reports share common controls:

  • Date range filter — adjust the reporting period using the date picker
  • Column sorting — click any column header to sort ascending or descending
  • Column filters — filter rows by specific values (e.g. a specific TPP, endpoint, or response code)
  • Export — download the current report view as a CSV file for offline analysis in Excel or other tools