---
title: "get · RUAL Documentation"
description: "Get the current status and information from twilio regarding an existing message."
canonical: https://docs.rual.nl/block-types/twilio/twilioconnection_get_message
language: en
---

# get

This block is part of the [`twilio`](https://docs.rual.nl/block-types/twilio) group and was last modified in core [`v11.0.0`](https://docs.rual.nl/core-versions/110000).

Get the current status and information from twilio regarding an existing message.

- flow `flow`

- connection required `twilioconnection`

- sid required `value` The SID of the message you would like to receive.

- flow `flow`

- connection `twilioconnection`

- success `condition`

- sid `value` SID of the message.

- status `value` Status of the message.

- message `object` Full blown message object as-is given per twilio API.

- error code `number`

- error `value`

A typical wiring for [get](https://docs.rual.nl/block-types/twilio/twilioconnection_get_message): a [function trigger](https://docs.rual.nl/block-types/globals/trigger_custom_function) starts the flow; [connection](https://docs.rual.nl/block-types/twilio/function_create_twilioconnection) feeds the `connection` pin; [value](https://docs.rual.nl/block-types/value/value_default) feeds the `sid` pin; the `flow` out pin feeds [debug](https://docs.rual.nl/block-types/state%20ui/state_debug).

![Studio canvas example for the get block: typical wiring for get.](https://docs.rual.nl/canvas-examples/twilioconnection_get_message.png)

### Version history

Introduced in [`v11.0.0`](https://docs.rual.nl/core-versions/110000).
