Skip to content

Results are limited to the current section: Cloud services

Product news

Get Statistics

GET
/api/v1/batches/statistics
curl --request GET \
--url https://example.com/api/v1/batches/statistics \
--header 'Authorization: Bearer <token>'

Successful Response

Media typeapplication/json
NonPaginatedResponse[Sequence[ProducedBatchStatisticsResponse]]
object
data
Any of:
Array
Examplegenerated
{
"data": [
"example"
]
}