BizKitHub

/bff/cron-run/list

Newest-first. Pass script to drill into a single handler.

admin-observabilitygetBffCron-runList

Parameters

2 query

Query parameters

· 2
scriptstringOptional
Length: 180
Exampleexample_script
limitnumberOptional
Range: 11000Default: 200
Example200

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

GET /bff/cron-run/list

get
curl -X GET "https://api.bizkithub.com/bff/cron-run/list?script=example_script&limit=200" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key