Dashboard-widget aggregated counters with prior-window deltas
GET
/api/v1/jobs/stats
const url = 'https://dashboard.justcrawl.io/api/v1/jobs/stats';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://dashboard.justcrawl.io/api/v1/jobs/stats \ --header 'Authorization: Bearer <token>'Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” windowSec
integer
Failure-counter window in seconds (default 3600, clamped [60, 86400])
Responses
Section titled “ Responses ”Job counters for the org