API
Station Summary
Retrieve station summary statistics including pass rates, yields, and retry rates for specified stations
AuthorizationBearer <token>
In: header
Query Parameters
station_idsstring
Comma-separated list of station IDs
to?string
Default
"2026-01-31T01:03:09.261Z"Format
date-timefrom?string
Default
"2026-01-30T01:03:09.262Z"Format
date-timeResponse Body
curl -X GET "https://api.autumnlabs.io/station/summary?station_ids=507f1f77bcf86cd799439011%2C507f1f77bcf86cd799439012&to=2026-01-31T01%3A03%3A09.261Z&from=2026-01-30T01%3A03%3A09.262Z"{
"data": {
"unique_units": 0,
"total_input": 0,
"unique_input": 0,
"total_output": 0,
"unique_output": 0,
"first_pass": 0,
"final_pass": 0,
"first_pass_yield": 0,
"final_yield": 0,
"retry_rate": 0
},
"message": "string",
"meta": {
"timestamp": "2019-08-24T14:15:22Z",
"request_id": "string",
"query_duration_ms": 0
}
}{
"error": {
"code": "string",
"message": "string",
"details": null
}
}{
"error": {
"code": "string",
"message": "string",
"details": null
}
}{
"error": {
"code": "string",
"message": "string",
"details": null
}
}{
"error": {
"code": "string",
"message": "string",
"details": null
}
}