---
title: "List scorecards with filters"
method: GET
path: "/api/v1/scorecards"
tags: ["scorecards"]
---

# List scorecards with filters

`GET /api/v1/scorecards`

## Query parameters

- `page` integer
- `limit` integer
- `searchString` string
- `isActiveForRealCall` boolean

## Response `201`

- ScorecardListResponseDTO
  - `data` object[], required
    - `id` string, required
    - `isActiveForRealCall` boolean, required — Whether this scorecard is active for real-call analysis in this organization
    - `items` object[], required
      - `description` string, required
      - `desired_behaviours` object[], nullable
        - `behaviour` string, required
        - `examples` string, nullable
        - `id` string, required
      - `desired_outcome` string, nullable
      - `id` string, required
      - `item_title` string, required
    - `language` 'en' | 'de' | 'fr' | 'es' | 'it' | 'nl' | 'zh-Hans', required
    - `tag` string, required
    - `title` string, required
  - `meta` object, required
    - `hasNext` boolean, required
    - `limit` number, required
    - `page` number, required
    - `total` number, required

---

[API](https://skmtc.net/wejam/apis/jam.md) · [All operations](https://skmtc.net/wejam/apis/jam/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wejam/jam/revisions/bd5a5f406bca/schema)
