Provider Stats
GET
/api/workbooks/meta/provider-stats
const url = 'http://localhost:8000/api/workbooks/meta/provider-stats';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url http://localhost:8000/api/workbooks/meta/provider-statsLearned per-provider/-field yield, latency, cost ledger (feeds the planner).
Responses
Section titled “Responses”Successful Response
Media typeapplication/json
Examplegenerated
example