---
title: "Search process phases"
method: GET
path: "/v1/ProcessPhases"
tags: ["ProcessPhases"]
---

# Search process phases

`GET /v1/ProcessPhases`

Search for one or more process phases.

## Query parameters

- `search.process_phase_id` integer[]
- `search.process_id` integer[]
- `search.active` boolean
- `search.name` string[]
- `search.page_size` integer
- `search.page` integer
- `search.sort` string

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppSearchModelsResponseOfRevAppModelsProcessPhase
  - `ok` boolean
  - `has_more` boolean — Helper for pagination. Indicates there are more records returned.
  - `record_count` integer — Total number of records found by the search.
  - `records` RevAppModelsProcessPhase[] — List of records returned.
    - `process_phase_id` integer — Primary identifier for this phase of a process.
    - `process_id` integer — Foreign identifier indicating what process this is a part of.
    - `name` string — Short description of this phase.
    - `active` boolean — Indicates whether this phase is actively executed.
    - `order_index` integer — An index value used for sequencing, lowest executed first.
    - `links` RevAppComponentsLink[]
      - `rel` string
      - `href` string

## Other responses

- `500` — InternalServerError

---

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