---
title: "Retrieve a log message"
method: GET
path: "/external_connections/log_messages/{id}"
tags: ["External Connections"]
---

# Retrieve a log message

`GET /external_connections/log_messages/{id}`

Retrieve a log message for an external connection associated with your account.

## Path parameters

- `id` string, required

## Response `200`

Successful response

- object
  - `log_messages` LogMessage[]
    - `code` string, required
    - `title` string, required
    - `detail` string
    - `source` object
      - `pointer` string, json-pointer — JSON pointer (RFC6901) to the offending entity.
    - `meta` object
      - `telephone_number` string — The telephone number the log message is associated with, if any.
      - `external_connection_id` string — The external connection the log message is associated with, if any.
      - `ticket_id` string, uuid — The ticket ID for an operation that generated the log message, if any.

## Other responses

- `401` — Unauthorized
- `404` — Resource not found

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api/versions/e32d46c5945b/schema)
