---
title: "Get with refresh Action List"
method: GET
path: "/actions"
tags: ["Action"]
---

# Get with refresh Action List

`GET /actions`

## Response `200`

Get with refresh Action List

- ActionListResponse[]
  - ActionItemResponse[]
    - `IsDefault` boolean, required
    - `Id` string, required
    - `Name` string, required
    - `CompileCmd` string, required
    - `RunCmd` string, required
    - `ScriptOptions` ImageConfigScriptOptions, required
      - `SourceFile` string, required
    - `DefaultFiles` object, required
    - `EnableExternalCommands` 'none' | 'run' | 'compile' | 'all', required — It allows overriding CompileCmd and RunCmd in each request.
    - `Template` string, required
    - `Enabled` boolean, required
    - `Connections` string[], required — Databases. Currently available only ['postgres']
    - `Groups` string[], required
    - `Version` string, required
    - `ContainerOptions` ContainerOptions, required
      - `CompileTTL` integer
      - `RunTTL` integer
      - `MemoryLimit` integer
    - `Workdir` string, required
    - `Provider` string, required
    - `IsSupportPackage` boolean, required

## Changes

> 9 revisions in range; 1 could not be searched.

- **2025-02-13** `445bd980ea9d` — 2 info
  - added the required property `items/items/allOf[#/components/schemas/ImageTemplateConfig]/Connections` to the response with the `200` status
  - added the required property `items/items/allOf[#/components/schemas/ImageTemplateConfig]/Enabled` to the response with the `200` status
- **2025-02-10** `88b8d13ce3a7` — 1 info
  - endpoint added
- **2025-02-05** `30da5769cf9f` — 1 breaking
  - api path removed without deprecation

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

---

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