---
title: "Get all human review sets"
method: GET
path: "/v2/human-eval-sets"
tags: ["Human Review Sets"]
---

# Get all human review sets

`GET /v2/human-eval-sets`

## Query parameters

- `project_id` union — Optional project ID to filter human review sets by project
  - string
  - string, ulid — The id of the resource

## Response `200`

Successfully retrieved all human review sets

- union[]
  - union
    - object
      - `_id` string, ulid, required — The id of the resource
      - `display_name` string, required — Display name of the human review set
      - `description` string — Detailed description of the human review set
      - `human_eval_ids` string[], required — Array of human review IDs to be applied to matching spans
      - `workspace_id` string, required
      - `project_id` union — Optional project ID to scope this human review set to a specific project
        - string
        - string, ulid — The id of the resource
      - `created_by_id` string
      - `updated_by_id` string
      - `created` union — The date and time the resource was created
        - string, date-time
        - string, date-time
      - `updated` union — The date and time the resource was last updated
        - string, date-time
        - string, date-time
      - `filter_type` 'span_type', required
      - `filter_values` string[], required — Array of span types to match
    - object
      - `_id` string, ulid, required — The id of the resource
      - `display_name` string, required — Display name of the human review set
      - `description` string — Detailed description of the human review set
      - `human_eval_ids` string[], required — Array of human review IDs to be applied to matching spans
      - `workspace_id` string, required
      - `project_id` union — Optional project ID to scope this human review set to a specific project
        - string
        - string, ulid — The id of the resource
      - `created_by_id` string
      - `updated_by_id` string
      - `created` union — The date and time the resource was created
        - string, date-time
        - string, date-time
      - `updated` union — The date and time the resource was last updated
        - string, date-time
        - string, date-time
      - `filter_type` 'name', required
      - `filter_value` string, required — Name pattern to match

---

[API](https://skmtc.net/orq-ai/apis/orq-ai-api.md) · [All operations](https://skmtc.net/orq-ai/apis/orq-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orq-ai/orq-ai-api/versions/41c02aedc7c0/schema)
