---
title: "Search request statuses"
method: GET
path: "/v1/RequestStatuses"
tags: ["RequestStatuses"]
---

# Search request statuses

`GET /v1/RequestStatuses`

Search for one or more request statuses.

## Query parameters

- `search.request_status_id` integer[]
- `search.active` boolean
- `search.status_type` 'DRAFT' | 'CANCELED' | 'OPEN' | 'COMPLETE'
- `search.name` string[]
- `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

- RevWebAPIModelsGetOrSearchOfRevAppSearchModelsResponseOfRevAppModelsRequestStatus
  - `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` RevAppModelsRequestStatus[] — List of records returned.
    - `request_status_id` integer — Primary identifier for this request status.
    - `name` string — Short description of this status.
    - `status_type` 'DRAFT' | 'CANCELED' | 'OPEN' | 'COMPLETE' — Indicates the kind of status this is. Used for programmatic decisions by Rev.io.
    - `created_date` string, date-time — Date and time this status was added to Rev.io.
    - `created_by` integer — Foreign identifier indicating which user created the status.
    - `active` boolean — Indicates whether this status can be set on a reqeust.
    - `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)
