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
Example response
[
{
"job_name": "job_1",
"output": "Hello from Dkron",
"node_name": "dkron1"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.