v1

latestSwagger 2.02026-07-1711511.8 KB
executions

List executions.

get/jobs/{job_name}/executions

Path parameters

job_namestring required

The job that owns the executions to be fetched.

Response

Successful response

job_namestring

job name

started_atstring date-time

start time of the execution

finished_atstring date-time

when the execution finished running

successboolean

the execution run successfuly

outputstring

partial output of the command execution

node_namestring

name of the node that executed the command

Example response

[
  {
    "job_name": "job_1",
    "output": "Hello from Dkron",
    "node_name": "dkron1"
  }
]