---
title: "List party chat sessions"
method: GET
path: "/v2/session"
tags: ["session"]
---

# List party chat sessions

`GET /v2/session`

Returns a list of all active party chat sessions that you are a member of or have been invited to.

## What are Party Sessions?

Xbox Party Sessions are real-time voice and text chat rooms. This endpoint retrieves all sessions where:
- You are currently a member
- You have a pending invite
- Sessions are from users you follow

## Response Structure

The response contains session metadata including:
- **Session name** - Unique identifier for the session
- **Members** - List of participants with their XUIDs
- **Host** - The session creator
- **Properties** - Visibility, join restrictions, etc.

## Use Cases

- **Party management dashboards** - Show users their active parties
- **Invitation tracking** - See pending party invites
- **Session discovery** - Find sessions from followed users

## Response `200`

List of party sessions

## Other responses

- `401` — Invalid or missing API key
- `429` — Rate limit exceeded

---

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