Get schedule statistics

Returns statistics for a schedule including success rate, average duration, average cost, and 7-day run history.

Authentication

AuthorizationBearer
API key or Clerk session token

Path parameters

idstringRequired

Response

Schedule statistics
avgBilledCostUsddouble or null

Exact average raw Runtype-funded provider and hosted-tool cost before account margin over the same run count, or null when the split is unavailable.

avgCostUsddouble or null
avgDurationMsdouble or null
avgSelfReportedCostUsddouble or null

Portion of avgCostUsd asserted by externally-run agents pushed to /v1/executions/ingest, over the same run count. Unverified: Runtype neither dispatched nor paid for it. 0 unless external runs were ingested.

completedinteger
failedinteger
last7Dayslist of objects
successRatedouble or null
totalinteger
unpricedExecutionsinteger
Count of rows behind these costs that recorded no cost figure. Their contribution is 0 because the cost is unknown, not because it was free.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error