---
title: "GET /v2/Services"
method: GET
path: "/v2/Services"
tags: ["IpMessagingV2Service"]
---

# GET /v2/Services

`GET /v2/Services`

## Query parameters

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

## Response `200`

OK

- object
  - `services` IpMessagingV2Service[]
    - `sid` string, nullable
    - `account_sid` string, nullable
    - `friendly_name` string, nullable
    - `date_created` string, date-time, nullable
    - `date_updated` string, date-time, nullable
    - `default_service_role_sid` string, nullable
    - `default_channel_role_sid` string, nullable
    - `default_channel_creator_role_sid` string, nullable
    - `read_status_enabled` boolean, nullable
    - `reachability_enabled` boolean, nullable
    - `typing_indicator_timeout` integer
    - `consumption_report_interval` integer
    - `limits` unknown
    - `pre_webhook_url` string, nullable
    - `post_webhook_url` string, nullable
    - `webhook_method` string, nullable
    - `webhook_filters` string[], nullable
    - `pre_webhook_retry_count` integer
    - `post_webhook_retry_count` integer
    - `notifications` unknown
    - `media` unknown
    - `url` string, uri, nullable
    - `links` object, nullable
  - `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-12-17** (v2) `bcc56199a2fd` — 1 breaking
  - for the `query` request parameter `PageSize`, the max was decreased from `1000.00` to `100.00`
- **2025-07-03** (v2) `d3026e51bff2` — 3 breaking
  - the `services/items/limits` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `services/items/media` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `services/items/notifications` response's property type/format changed from `object`/`` to ``/`` for status `200`
- **2025-03-11** (v2) `49e9317a9a16` — 3 breaking
  - the `services/items/limits` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `services/items/media` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `services/items/notifications` response's property type/format changed from ``/`` to `object`/`` for status `200`
- **2025-02-20** (v2) `30c9efea2036` — 1 breaking
  - for the `query` request parameter `PageSize`, the type/format was changed from `integer`/`` to `integer`/`int64`
- …earlier changes not shown

[Full history](https://skmtc.dev/twilio/apis/twilio-ip-messaging/changes/v2/Services/get.md)

---

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