---
title: "An array of scorecards"
method: GET
path: "/scorecard/list"
tags: ["scorecard"]
---

# An array of scorecards

`GET /scorecard/list`

Retrieves scorecards accessible to the authenticated user based on organizational access permissions. Returns scorecard metadata including names, IDs, group access settings, creation details, and importance levels. Supports pagination and filtering.

## Query parameters

- `limit` integer
- `offset` integer
- `filter` string[]

## Response `200`

Scorecard metadata including names, identifiers, permissions, and creation details

- ScorecardList
  - `group_id` integer — Organization unit (group) ID the call/record belongs to. Integer. Used to scope data; see /group/list for available group IDs.
  - `scorecard_name` string — Human-readable scorecard name. String.
  - `scorecard_id` integer — Unique identifier for a scorecard (conversation analytics scoring template). Integer.
  - `group_access` integer — shows the groups which has the access to scorecard. Type: integer (int32).
  - `created_by_user_id` integer — who created the scorecard. Type: integer.
  - `created_on` string, date-time — when the scorecard was created. Type: string (date-time).
  - `importance` integer — shows the importance of scorecard. Type: integer (int32).

## Other responses

- `default` — Unexpected error

---

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