---
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 default language code of the audio.
    - `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'
    - `version` integer, nullable — The version number of this Service.
  - `meta` object
    - `first_page_url` string, uri
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri
    - `key` string

## Changes

- **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/62a8faba41e2/schema)
