---
title: "Get the peers for a call"
method: GET
path: "/ocs/v2.php/apps/spreed/api/{apiVersion}/call/{token}"
tags: ["call"]
---

# Get the peers for a call

`GET /ocs/v2.php/apps/spreed/api/{apiVersion}/call/{token}`

## Path parameters

- `apiVersion` 'v4', required
- `token` string, required

## Headers

- `x-nextcloud-federation` string
- `OCS-APIRequest` boolean, required

## Response `200`

List of peers in the call returned

- object
  - `ocs` object, required
    - `meta` OCSMeta, required
      - `status` string, required
      - `statuscode` integer, required
      - `message` string
      - `totalitems` string
      - `itemsperpage` string
    - `data` CallPeer[], required
      - `actorId` string, required — The user id, guest random id or email address of the attendee
      - `actorType` string, required — Actor type of the attendee (see [Constants - Attendee types](https://nextcloud-talk.readthedocs.io/en/latest/constants#attendee-types))
      - `displayName` string, required — The display name of the attendee
      - `lastPing` integer, required — Timestamp of the last ping of the user (should be used for sorting)
      - `sessionId` string, required — up to 512 character long string
      - `token` string, required — Conversation token

---

[API](https://skmtc.dev/nextcloud/apis/spreed-full.md) · [All operations](https://skmtc.dev/nextcloud/apis/spreed-full/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nextcloud/spreed-full/revisions/41d6458d6d6e/schema)
