v50

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-02-054014269.7 KB
ChatV1Channel

get/v1/Services/{ServiceSid}/Channels/{Sid}

Path parameters

ServiceSidstring required

The SID of the Service to fetch the resource from.

Sidstring required

The Twilio-provided string that uniquely identifies the Channel resource to fetch.

Response

OK

sidstring nullable

The unique string that we created to identify the Channel resource.

account_sidstring nullable

The SID of the Account that created the Channel resource.

service_sidstring nullable

The SID of the Service the resource is associated with.

friendly_namestring nullable

The string that you assigned to describe the resource.

unique_namestring nullable

An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's sid in the URL.

attributesstring nullable

The JSON string that stores application-specific data. Note If this property has been assigned a value, it's only displayed in a FETCH action that returns a single resource; otherwise, it's null. If the attributes have not been set, {} is returned.

type'public' | 'private'

The visibility of the channel. Can be: public or private.

date_createdstring date-time nullable

The date and time in GMT when the resource was created specified in RFC 2822 format.

date_updatedstring date-time nullable

The date and time in GMT when the resource was last updated specified in RFC 2822 format.

created_bystring nullable

The identity of the User that created the channel. If the Channel was created by using the API, the value is system.

members_countinteger

The number of Members in the Channel.

messages_countinteger

The number of Messages in the Channel.

urlstring uri nullable

The absolute URL of the Channel resource.

linksobject nullable

The absolute URLs of the Members, Messages , Invites and, if it exists, the last Message for the Channel.