---
title: "Gets a list of claim workflows"
method: POST
path: "/api/v{version}/claim-workflows/search"
tags: ["claims"]
---

# Gets a list of claim workflows

`POST /api/v{version}/claim-workflows/search`

Gets a list of claim workflows with pagination and filtering support

## Path parameters

- `version` string, required

## Headers

- `X-Tenant` string, required

## Request body

- SearchClaimWorkflowsRequest
  - `advancedSearch` Search
    - `fields` string[], nullable
    - `keyword` string, nullable
  - `keyword` string, nullable
  - `advancedFilter` Filter
    - `logic` string, nullable
    - `filters` Filter[], nullable
    - `field` string, nullable
    - `operator` string, nullable
    - `value` unknown
  - `pageSize` integer
  - `pageNumber` integer
  - `orderBy` string[], nullable
  - `expiration` string, date-span, nullable

## Response `200`

OK

- PagedListClaimWorkflowResponse
  - `items` ClaimWorkflowResponse[], nullable
    - `id` string, uuid
    - `name` string, nullable
    - `isDefault` boolean
    - `states` ClaimStateResponseDto[], nullable
      - `id` string, uuid
      - `name` string, nullable
      - `description` string, nullable
      - `ranking` integer
      - `color` string, nullable
      - `requirements` string[], nullable
      - `transitions` TransitionClaimResponseDto[], nullable
        - `id` string, uuid
        - `actionName` string, nullable
        - `fromStateId` string, uuid
        - `toStateId` string, uuid
  - `pageNumber` integer
  - `pageSize` integer
  - `totalCount` integer
  - `totalPages` integer
  - `hasPrevious` boolean
  - `hasNext` boolean

---

[API](https://skmtc.net/zrexpress/apis/zrexpress-api.md) · [All operations](https://skmtc.net/zrexpress/apis/zrexpress-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zrexpress/zrexpress-api/revisions/99b075e0b641/schema)
