---
title: "Get Conference Info"
method: GET
path: "/calling/v1/conferences/id/{conferenceId}"
tags: ["Conferences"]
---

# Get Conference Info

`GET /calling/v1/conferences/id/{conferenceId}`

Returns information about a conference that matches the provided conference ID.

## Response `200`

A success response, or an [Error](https://developers.sinch.com/docs/voice/api-reference/errors/).

- GetConferenceInfoResponse — The response returns information about the participants in the conference.
  - `participants` object[]
    - `cli` string — The phone number of the PSTN participant that was connected in the conference, or whatever was passed as CLI for data originated/terminated calls.
    - `id` string — The callId of the call leg that the participant joined the conference.
    - `duration` integer — The number of seconds that the participant has been connected to the conference.
    - `muted` boolean
    - `onhold` boolean

---

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