v1
latestSwagger 2.02026-07-1711511.8 KBexecutions
List executions.
get/jobs/{job_name}/executions
Path parameters
job_namestring required
The job that owns the executions to be fetched.
Response
Successful response
Example response
[
{
"job_name": "job_1",
"output": "Hello from Dkron",
"node_name": "dkron1"
}
]