Autumn Labs
DocsBlogCareers
API

Station Summary

Retrieve station summary statistics including pass rates, yields, and retry rates for specified stations

GET
/station/summary
AuthorizationBearer <token>

In: header

Query Parameters

station_idsstring

Comma-separated list of station IDs

to?string
Default"2025-06-27T23:46:42.268Z"
Formatdate-time
from?string
Default"2025-06-26T23:46:42.268Z"
Formatdate-time

Response Body

curl -X GET "http://localhost:3000/station/summary?station_ids=507f1f77bcf86cd799439011%2C507f1f77bcf86cd799439012&to=2025-06-27T23%3A46%3A42.268Z&from=2025-06-26T23%3A46%3A42.268Z"
{
  "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": "Success",
  "meta": {
    "timestamp": "2019-08-24T14:15:22Z",
    "request_id": "c2ed3e07-8c5f-4be9-b7ec-86bddcedd154",
    "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
  }
}