---
title: "Reads all Review processes"
method: GET
path: "/api/2026-07-01/resources/performance/review_processes"
tags: ["Performance > ReviewProcess"]
---

# Reads all Review processes

`GET /api/2026-07-01/resources/performance/review_processes`

Reads all Review processes

## Query parameters

- `ids[]` string[] — Filter by review process IDs
- `search` string — Filter by review process name

## Response `200`

OK

- object
  - `data` PerformanceReviewProcess[]
    - `id` string, required — Review process ID
    - `company_id` string, required — Company ID
    - `name` string — Review process name
    - `description` string — A brief description of the review process
    - `status` 'draft' | 'scheduled' | 'starting' | 'active' | 'finished', required — Review process status
    - `target_strategy` object — Condition that defines the employees that will be evaluated (participants). Calculated when the review process starts
    - `reviewer_strategies` string[] — Review types that will be assigned to the review process. It'll be used to create the evaluations when the process starts
    - `starts_at` string — Date when the review process should start
    - `ends_at` string — Date when the review process should end
    - `start_validation_errors` string[], required — Missing or invalid information to be able to start the review process
    - `archived` boolean, required — Whether the review process is archived or not
    - `agreements_configuration` object, required — Action plans help track goal progress, and facilitate performance review discussions.
    - `competencies_assessments_configuration` object, required — Assess employees based on their assigned competencies through both manager and self-reviews. Ensure roles with designated competencies are properly set up.
    - `last_bulk_reminder` string — Date when the last bulk reminder was sent
    - `cycle_id` string — Performance cycle ID
  - `meta` PagedIndexMeta
    - `start_cursor` string
    - `end_cursor` string
    - `has_previous_page` boolean, required
    - `has_next_page` boolean, required
    - `limit` integer, required
    - `total` integer, required

---

[API](https://skmtc.net/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.net/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/versions/1a6bffb20f7d/schema)
