---
title: "List execution states"
method: GET
path: "/public/v1/workflows/execution-states/"
tags: ["Approval Policies"]
---

# List execution states

`GET /public/v1/workflows/execution-states/`

Retrieve a paginated list of workflow execution states (approval statuses for records).

## Query parameters

- `search` string, nullable
- `workflow_id` integer[], nullable
- `status` string[], nullable
- `record_type` string, nullable
- `initiator_id` integer[], nullable
- `limit` integer — Number of records to return per page (capped at 100)
- `offset` integer — Number of records to skip before starting to return results

## Response `200`

OK

- PagedPublicWorkflowExecutionStateSchemaOut
  - `items` PublicWorkflowExecutionStateSchemaOut[], required
    - `id` integer, required
    - `workflow_id` integer, required
    - `workflow_name` string, required
    - `record_id` integer, required
    - `record_type` string, required
    - `current_step` integer, required
    - `current_substep` integer, required
    - `status` string, required
    - `requested_approver_ids` integer[], required
    - `approved_by_ids` integer[], required
    - `rejected_by_id` integer, nullable, required
    - `rejection_reason` string, nullable, required
    - `initiator_id` integer, nullable, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
  - `count` integer, required

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/dualentry/apis/dualentry-public-api-2.md) · [All operations](https://skmtc.net/dualentry/apis/dualentry-public-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dualentry/dualentry-public-api-2/versions/77cd3c6ec719/schema)
