Scheduled Tasks
List all task runs
Returns cross-task run history with filtering by task, status, and date range. Requires admin role.
Query Parameters
limit?string
Maximum number of runs (1-100, default 20).
offset?string
Number of items to skip (default 0).
task_id?string
Filter by task ID.
status?string
Filter by run status.
date_from?string
Filter from date (YYYY-MM-DD).
date_to?string
Filter to date (YYYY-MM-DD).
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:3001/api/v1/scheduled-tasks/runs"{
"property1": null,
"property2": null
}{
"property1": null,
"property2": null
}{
"property1": null,
"property2": null
}{
"error": "string",
"message": "string",
"requestId": "string"
}{
"property1": null,
"property2": null
}{
"error": "string",
"message": "string",
"requestId": "string"
}