Parameters
JSON body
Request body
application/jsonapiKeystringRequiredsampleSizenumberOptionalRange: 0–25
Read-only peek into the scheduler queue. Runs the same SELECT used by /claim but without the UPDATE, so the runner can validate end-to-end queue access (auth + DB + query) from its health check without consuming jobs.
JSON body
apiKeystringRequiredsampleSizenumberOptional1 status code documented
This response returns no JSON body.
{
"success": true
}POST /api/service/scheduler/peek
curl -X POST "https://api.bizkithub.com/api/service/scheduler/peek" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"apiKey": "example_apiKey",
"sampleSize": 0
}'All BizKitHub public API endpoints require authentication via API key.