---
title: "GET /table/{tableId}/record/collaborators"
method: GET
path: "/table/{tableId}/record/collaborators"
tags: ["record"]
---

# GET /table/{tableId}/record/collaborators

`GET /table/{tableId}/record/collaborators`

Get collaborators of a record.

## Path parameters

- `tableId` string, required
- `recordId` string, required

## Query parameters

- `fieldId` string, required
- `skip` number, nullable
- `take` number, nullable
- `search` string

## Response `200`

Success

- object[]
  - `userId` string, required
  - `userName` string, required
  - `email` string, required
  - `avatar` string, nullable

---

[API](https://skmtc.dev/teable/apis/teable-app.md) · [All operations](https://skmtc.dev/teable/apis/teable-app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/teable/teable-app/revisions/7515f3b33d79/schema)
