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

# GET /v2/Services

`GET /v2/Services`

Retrieves a list of all Services for an account.

## Query parameters

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

## Response `200`

OK

- object
  - `services` IntelligenceV2Service[]
    - `account_sid` string, nullable — The unique SID identifier of the Account the Service belongs to.
    - `auto_redaction` boolean, nullable — Instructs the Speech Recognition service to automatically redact PII from all transcripts made on this service.
    - `media_redaction` boolean, nullable — Instructs the Speech Recognition service to automatically redact PII from all transcripts media made on this service. The auto_redaction flag must be enabled, results in error otherwise.
    - `auto_transcribe` boolean, nullable — Instructs the Speech Recognition service to automatically transcribe all recordings made on the account.
    - `data_logging` boolean, nullable — Data logging allows Twilio to improve the quality of the speech recognition & language understanding services through using customer data to refine, fine tune and evaluate machine learning models. Note: Data logging cannot be activated via API, only via www.twilio.com, as it requires additional consent.
    - `date_created` string, date-time, nullable — The date that this Service was created, given in ISO 8601 format.
    - `date_updated` string, date-time, nullable — The date that this Service was updated, given in ISO 8601 format.
    - `friendly_name` string, nullable — A human readable description of this resource, up to 64 characters.
    - `language_code` string, nullable — The language code set during Service creation determines the Transcription language for all call recordings processed by that Service. The default is en-US if no language code is set. A Service can only support one language code, and it cannot be updated once it's set.
    - `sid` string, nullable — A 34 character string that uniquely identifies this Service.
    - `unique_name` string, nullable — Provides a unique and addressable name to be assigned to this Service, assigned by the developer, to be optionally used in addition to SID.
    - `url` string, uri, nullable — The URL of this resource.
    - `webhook_url` string, nullable — The URL Twilio will request when executing the Webhook.
    - `webhook_http_method` 'GET' | 'POST' | 'NULL'
    - `read_only_attached_operator_sids` string[], nullable — Operator sids attached to this service, read only
    - `version` integer — The version number of this Service.
  - `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

- **2024-08-26** (v2) `89e6cce4bdc9` — 1 info
  - the `version` response's property default value `0` was added for the status `200`
- **2024-05-24** (v2) `1422b7722109` — 1 info
  - added the optional property `services/items/read_only_attached_operator_sids` to the response with the `200` status
- **2023-08-10** (v2) `864ccf6bee25` — 1 info
  - api tag `IntelligenceV2Service` added

[Change history](https://skmtc.dev/twilio/apis/twilio-intelligence/changes/v2/Services/get.md)

---

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