All Products
Search
Document Center

DataWorks:View API statistics

Last Updated:Mar 26, 2026

When an API behaves unexpectedly — high error rates, latency spikes, or unusual traffic — DataService Studio monitoring charts give you the visibility to pinpoint the cause. On the Statistics Details page, you can track HTTPS status codes, DataService Studio error codes, application request counts, traffic and bandwidth, and response time across API Gateway, DataService Studio, and the data source.

Prerequisites

Before you begin, make sure you have:

  • A DataWorks workspace with DataService Studio enabled

  • At least one API published in DataService Studio

Open the monitoring charts for an API

  1. Log on to the DataWorks console. In the top navigation bar, select a region. In the left-side navigation pane, choose Data Analysis and Service > DataService Studio. Select a workspace from the drop-down list and click Go to DataService Studio.

  2. In the top navigation bar, click the Service Management tab. The Manage APIs page appears.

  3. In the left-side navigation pane, choose API Statistics > Statistics Details.

  4. Find the API you want to monitor and click Monitoring Chart in the Actions column.

Monitoring charts

The Statistics Details page provides the following charts. Each chart shows change trends over a selected time period.

ChartWhat it measures
HTTPS Status CodesCount of API responses by HTTP status code type
DataService Studio Error CodesCount of API responses by DataService Studio error code type
Number of Application RequestsNumber of times each application called the API
Traffic BandwidthOutbound traffic from DataService Studio and API Gateway after the API is called
Response TimeResponse time across API Gateway, DataService Studio, and the data source

HTTPS Status Codes

image.png

Tracks how many responses of each HTTP status code type the API returned. Use this chart to spot error spikes — for example, a surge in 5xx codes may indicate a backend issue.

DataService Studio Error Codes

image.png

Tracks how many responses of each DataService Studio error code type the API returned. Use this chart to identify and troubleshoot DataService Studio-level errors. For error code definitions, see Appendix: DataService Studio error codes.

Number of Application Requests

image.png

Tracks how many times each application called the API. Use this chart to identify which applications are the heaviest consumers.

Traffic Bandwidth

image.png

Tracks outbound traffic from both DataService Studio and API Gateway after the API is called. Use this chart to monitor bandwidth usage trends.

Response Time

image.png

Tracks response time across three layers after the API is called: API Gateway, DataService Studio, and the data source. The three measurements are nested — API Gateway response time includes DataService Studio response time, which in turn includes data source response time.

LayerWhat it measures
API GatewayEnd-to-end response time from the client's perspective — the broadest measure
DataService StudioProcessing time within DataService Studio, contained within API Gateway time
Data sourceQuery execution time at the data source, contained within DataService Studio time

When response time is abnormally high, compare the three layers to pinpoint where the latency originates.