---
title: "Retrieve a list of all Sessions for the Service. A maximum of 100 records will be returned per page."
method: GET
path: "/v1/Services/{ServiceSid}/Sessions"
tags: ["ProxyV1Session"]
---

# Retrieve a list of all Sessions for the Service. A maximum of 100 records will be returned per page.

`GET /v1/Services/{ServiceSid}/Sessions`

Retrieve a list of all Sessions for the Service. A maximum of 100 records will be returned per page.

## Path parameters

- `ServiceSid` string, required

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `sessions` ProxyV1ServiceSession[]
    - `sid` string, nullable — The unique string that we created to identify the Session resource.
    - `service_sid` string, nullable — The SID of the [Service](https://www.twilio.com/docs/proxy/api/service) the session is associated with.
    - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Session resource.
    - `date_started` string, date-time, nullable — The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date when the Session started.
    - `date_ended` string, date-time, nullable — The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date when the Session ended.
    - `date_last_interaction` string, date-time, nullable — The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date when the Session last had an interaction.
    - `date_expiry` string, date-time, nullable — The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date when the Session should expire. If this is value is present, it overrides the `ttl` value.
    - `unique_name` string, nullable — An application-defined string that uniquely identifies the resource. This value must be 191 characters or fewer in length and be unique. Supports UTF-8 characters. **This value should not have PII.**
    - `status` 'open' | 'in-progress' | 'closed' | 'failed' | 'unknown' — The status of the Session. Can be: `open`, `in-progress`, `closed`, `failed`, or `unknown`.
    - `closed_reason` string, nullable — The reason the Session ended.
    - `ttl` integer — The time, in seconds, when the session will expire. The time is measured from the last Session create or the Session's last Interaction.
    - `mode` 'message-only' | 'voice-only' | 'voice-and-message' — The Mode of the Session. Can be: `message-only`, `voice-only`, or `voice-and-message`.
    - `date_created` string, date-time, nullable — The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time in GMT when the resource was created.
    - `date_updated` string, date-time, nullable — The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time in GMT when the resource was last updated.
    - `url` string, uri, nullable — The absolute URL of the Session resource.
    - `links` object, nullable — The URLs of resources related to the Session.
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

## Changes

- **2025-02-20** (v1) `1469851deee4` — 1 breaking
  - for the `query` request parameter `PageSize`, the type/format was changed from `integer`/`` to `integer`/`int64`
- **2024-08-26** (v1) `5d96b79babfd` — 1 info
  - the `ttl` response's property default value `0` was added for the status `200`
- **2023-08-10** (v1) `6b9a26829560` — 1 info
  - api tag `ProxyV1Session` added
- **2023-02-02** (v1) `c4b95f6536e9` — 2 info
  - added the new optional `query` request parameter `Page`
  - added the new optional `query` request parameter `PageToken`
- **2023-01-13** (v1) `0f96912d65f8` — 2 breaking
  - the response property `meta/next_page_url` became nullable for the status `200`
  - the response property `meta/previous_page_url` became nullable for the status `200`

[Change history](https://skmtc.dev/twilio/apis/proxy-v1/changes/v1/Services/:ServiceSid/Sessions/get.md)

---

[API](https://skmtc.dev/twilio/apis/proxy-v1.md) · [All operations](https://skmtc.dev/twilio/apis/proxy-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twilio/proxy-v1/revisions/a2e6d27b3ecd/schema)
