---
title: "List actions"
method: GET
path: "/v2/actions"
tags: ["Actions"]
---

# List actions

`GET /v2/actions`

## Query parameters

- `type` string, nullable

## Response `200`

Returns the actions with status

- Action[]
  - `action_id` string, uuid, required
  - `action_timestamp` string, date-time, nullable
  - `checkpoint_completed_timestamp` string, date-time, nullable
  - `checkpoint_id` string, uuid, required
  - `details` unknown, required
  - `gpu` string, required
  - `node_name` string, nullable
  - `platform` string, required
  - `reason` string, nullable
  - `status` string, required
  - `total_duration` integer, nullable
  - `total_io` integer, nullable
  - `type` string, required

## Other responses

- `400` — Failed list
- `500` — Failed to connect/fetch from jobs table from database

---

[API](https://skmtc.dev/cedana/apis/cedana-api.md) · [All operations](https://skmtc.dev/cedana/apis/cedana-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cedana/cedana-api/revisions/f1a3fa319485/schema)
