v48

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-03-102923198.5 KB
IntelligenceV2Service

Fetch a specific Service.

Fetch a specific Service.

get/v2/Services/{Sid}

Path parameters

Sidstring required

A 34 character string that uniquely identifies this Service.

Response

OK

account_sidstring nullable

The unique SID identifier of the Account the Service belongs to.

auto_redactionboolean nullable

Instructs the Speech Recognition service to automatically redact PII from all transcripts made on this service.

media_redactionboolean 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_transcribeboolean nullable

Instructs the Speech Recognition service to automatically transcribe all recordings made on the account.

data_loggingboolean 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_createdstring date-time nullable

The date that this Service was created, given in ISO 8601 format.

date_updatedstring date-time nullable

The date that this Service was updated, given in ISO 8601 format.

friendly_namestring nullable

A human readable description of this resource, up to 64 characters.

language_codestring 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.

sidstring nullable

A 34 character string that uniquely identifies this Service.

unique_namestring 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.

urlstring uri nullable

The URL of this resource.

webhook_urlstring nullable

The URL Twilio will request when executing the Webhook.

webhook_http_method'GET' | 'POST' | 'NULL'

The HTTP method for the Webhook. One of GET or POST.

read_only_attached_operator_sidsstring[] nullable

Operator sids attached to this service, read only

versioninteger

The version number of this Service.

encryption_credential_sidstring nullable

The unique SID identifier of the Public Key resource used to encrypt the sentences and operator results.