v1

latestOpenAPI 3.1.02026-07-1213613295.5 KB
Scheduled Tasks

List Executions

List all executions for a scheduled task on an application.

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

Path parameters

uuidstring required

UUID of the application.

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.