---
title: "GET /txmsg"
method: GET
path: "/txmsg"
tags: ["TELEX"]
---

# GET /txmsg

`GET /txmsg`

## Response `200`

Open messages for the recipient. Will get automatically acknowledged

- TelexMessage[]
  - `id` string, required — The unique identifier of the message
  - `createdAt` string, date-time, required — The time the message was sent
  - `received` boolean, required — Whether the message has been received
  - `message` string, required — The message to send
  - `isProfane` boolean, required — Whether the message contains profanity and got filtered
  - `from` object, required — The sender connection
    - `id` string, required — The unique identifier of the connection
    - `isActive` boolean, required — Whether the connection is an active on or not
    - `firstContact` string, date-time, required — The time of first contact
    - `lastContact` string, date-time, required — The time of last contact
    - `flight` string, required — The flight number
    - `location` object, required — The current location of the aircraft
      - `x` number, required — The X coordinate
      - `y` number, required — The Y coordinate
    - `trueAltitude` number, required — The altitude above sea level of the aircraft in feet
    - `heading` number, required — The heading the aircraft in degrees
    - `freetextEnabled` boolean, required — Whether the user wants to receive freetext messages
    - `aircraftType` string, required — The aircraft type the connection associated with
    - `origin` string — The origin of the flight
    - `destination` string — The destination of the flight
  - `to` object, required — The recipient connection
    - `id` string, required — The unique identifier of the connection
    - `isActive` boolean, required — Whether the connection is an active on or not
    - `firstContact` string, date-time, required — The time of first contact
    - `lastContact` string, date-time, required — The time of last contact
    - `flight` string, required — The flight number
    - `location` object, required — The current location of the aircraft
      - `x` number, required — The X coordinate
      - `y` number, required — The Y coordinate
    - `trueAltitude` number, required — The altitude above sea level of the aircraft in feet
    - `heading` number, required — The heading the aircraft in degrees
    - `freetextEnabled` boolean, required — Whether the user wants to receive freetext messages
    - `aircraftType` string, required — The aircraft type the connection associated with
    - `origin` string — The origin of the flight
    - `destination` string — The destination of the flight

---

[API](https://skmtc.dev/flybywiresim/apis/flybywire-simulations-api.md) · [All operations](https://skmtc.dev/flybywiresim/apis/flybywire-simulations-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flybywiresim/flybywire-simulations-api/revisions/3013dbd0cff1/schema)
