---
title: "GET /actions"
method: GET
path: "/actions"
tags: ["action"]
---

# GET /actions

`GET /actions`

List information pertaining to long running actions

## Response `200`

Information on incomplete action executions

- union
  - ActionExecution
    - `Action` integer
    - `CollectionID` string
    - `Reason` string
    - `Status` integer
    - `Subject` string
  - ActionExecution[]
    - `Action` integer
    - `CollectionID` string
    - `Reason` string
    - `Status` integer
    - `Subject` string

## Other responses

- `400` — error

## Changes

> 53 revisions in range; 2 could not be searched.

- **2026-06-22** `249082ca8c3f` — 4 info
  - added the optional property `oneOf[#/components/schemas/action_execution]/Reason` to the response with the `200` status
  - added the optional property `oneOf[#/components/schemas/action_execution]/Subject` to the response with the `200` status
  - added the optional property `oneOf[subschema #2]/items/Reason` to the response with the `200` status
  - added the optional property `oneOf[subschema #2]/items/Subject` to the response with the `200` status
- **2026-06-17** `1a7c820e0f48` — 1 info
  - endpoint added
- **2025-06-02** `60812f5416c5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/sourcenetwork/apis/defradb-api/changes/actions/get.md)

---

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