---
title: "Get approval actions for execution state"
method: GET
path: "/public/v2/workflows/execution-states/{state_id}/actions/"
tags: ["Approval Policies"]
---

# Get approval actions for execution state

`GET /public/v2/workflows/execution-states/{state_id}/actions/`

Retrieve all approval actions (history) for a specific workflow execution state.

## Path parameters

- `state_id` integer, required

## Response `200`

OK

- PublicApprovalActionSchemaOut[]
  - `id` integer, required
  - `workflow_execution_state_id` integer, nullable, required
  - `record_id` integer, required
  - `record_type` string, required
  - `approver` PublicApproverSchemaOut, required — Schema for approver information.
    - `id` integer, required
    - `first_name` string, required
    - `last_name` string, required
    - `email` string, required
  - `action_type` string, required
  - `rejection_reason` string, nullable, required
  - `step_name` string, required
  - `step_order` integer, required
  - `substep_order` integer, nullable, required
  - `workflow_version` integer, required
  - `created_at` string, date-time, required

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

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