---
title: "GET /jobs/{job_name}/executions"
method: GET
path: "/jobs/{job_name}/executions"
tags: ["executions"]
---

# GET /jobs/{job_name}/executions

`GET /jobs/{job_name}/executions`

List executions.

## Path parameters

- `job_name` string, required

## Response `200`

Successful response

- Execution[]
  - `job_name` string — job name
  - `started_at` string, date-time — start time of the execution
  - `finished_at` string, date-time — when the execution finished running
  - `success` boolean — the execution run successfuly
  - `output` string — partial output of the command execution
  - `node_name` string — name of the node that executed the command

---

[API](https://skmtc.net/dkron-io/apis/dkron-rest-api.md) · [All operations](https://skmtc.net/dkron-io/apis/dkron-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dkron-io/dkron-rest-api/revisions/4a08a6e9a7cd/schema)
