---
title: "List Record Assignees"
method: GET
path: "/records/{recordId}/assignees"
---

# List Record Assignees

`GET /records/{recordId}/assignees`

List the organization members assigned to a Record.

## Path parameters

- `recordId` string, required

## Response `200`

Successfully retrieved the Record's assignees.

- object
  - `data` RecordAssignment[], required
    - `id` string, required — The ID of the record assignment.
    - `recordId` string, required — The ID of the Record this assignment belongs to.
    - `assigneeUserId` string, required — The ID of the organization member assigned to the Record.
    - `assignedByUserId` string, required — The ID of the user who created the assignment.
    - `createdAt` string, required — The ISO 8601 timestamp when the assignment was created.

## Other responses

- `401` — Error indicating that the request is not authenticated.
- `500` — An internal service error indicating an issue with the Scorecard service.

## Changes

- **2026-08-10** `121aaa257802` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/scorecard-ai/apis/scorecard-api/changes/records/:recordId/assignees/get.md)

---

[API](https://skmtc.dev/scorecard-ai/apis/scorecard-api.md) · [All operations](https://skmtc.dev/scorecard-ai/apis/scorecard-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scorecard-ai/scorecard-api/revisions/121aaa257802/schema)
