v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0618918374.7 KB
Scheduled Tasks

List Executions

List all executions for a scheduled task on a service.

get/services/{uuid}/scheduled-tasks/{task_uuid}/executions

Path parameters

uuidstring required

UUID of the service.

task_uuidstring required

UUID of the scheduled task.

Response

Get all executions for a scheduled task.

uuidstring

The unique identifier of the execution.

status'success' | 'failed' | 'running'

The status of the execution.

messagestring nullable

The output message of the execution.

retry_countinteger

The number of retries.

durationnumber nullable

Duration in seconds.

started_atstring date-time nullable

When the execution started.

finished_atstring date-time nullable

When the execution finished.

created_atstring date-time

When the record was created.

updated_atstring date-time

When the record was last updated.