# Fetch a Channel for an Interaction. **GET /v1/Interactions/{InteractionSid}/Channels/{Sid}** Fetch a Channel for an Interaction. ## Servers - https://flex-api.twilio.com: https://flex-api.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **InteractionSid** (string) The unique string created by Twilio to identify an Interaction resource, prefixed with KD. - **Sid** (string) The unique string created by Twilio to identify an Interaction Channel resource, prefixed with UO. ## Responses ### 200 OK #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **sid** (string | null) The unique string created by Twilio to identify an Interaction Channel resource, prefixed with UO. - **interaction_sid** (string | null) The unique string created by Twilio to identify an Interaction resource, prefixed with KD. - **type** (string) The Interaction Channel's type. Can be: `sms`, `email`, `chat`, `whatsapp`, `web`, `messenger`, or `gbm`. **Note:** These can be different from the task channel type specified in the Routing attributes. Task channel type corresponds to channel capacity while this channel type is the actual media type - **status** (string) The status of this channel. - **error_code** (integer | null) The Twilio error code for a failed channel. - **error_message** (string | null) The error message for a failed channel. - **url** (string(uri) | null) - **links** (object(uri-map) | null) [Powered by Bump.sh](https://bump.sh)