Skip to main content
GET
Get processing performance statistics

Authorizations

Authorization
string
header
required

API Key authentication. Format: dk_test_ or dk_live_

Query Parameters

start_date
string<date> | null

Start date (ISO 8601, default: 30 days ago)

end_date
string<date> | null

End date (ISO 8601, default: today)

Response

Processing throughput, latency, and error metrics

Response for processing stats (GET /v1/stats/processing).

Processing performance metrics for operations monitoring.

period
StatsPeriod · object
required

Time period covered

Example:
throughput
ProcessingThroughput · object
required

Documents and pages processed per day

Example:
latency
ProcessingLatency · object
required

Processing time percentiles

Example:
top_errors
TopError · object[]
required

Most common error messages

error_rate
number | null

Ratio of failed to total jobs (0.0-1.0)