---
title: "Search processes"
method: GET
path: "/v1/Processes"
tags: ["Processes"]
---

# Search processes

`GET /v1/Processes`

Search for one or more processes.

## Query parameters

- `search.process_id` integer[]
- `search.name` string[]
- `search.active` boolean
- `search.type` 'ORDER' | 'WORKORDER' | 'TICKET' | 'REQUEST'
- `search.created_date_start` string, date-time
- `search.created_date_end` string, date-time
- `search.page_size` integer
- `search.page` integer
- `search.sort` string

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppSearchModelsResponseOfRevAppModelsProcess
  - `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` RevAppModelsProcess[] — List of records returned.
    - `process_id` integer — Primary identifier for this process.
    - `name` string — Short description of the process.
    - `type` 'ORDER' | 'WORKORDER' | 'TICKET' | 'REQUEST' — Indicates the area of Rev.io this process acts in.
    - `active` boolean — Indicates if this process is able to be assigned.
    - `created_date` string, date-time — Date and time this process was created.
    - `created_by` integer — Foreign identifier indicating which user created this process.
    - `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)
