---
title: "Message by ID"
method: GET
path: "/messages/{messageId}"
tags: ["Transactions"]
---

# Message by ID

`GET /messages/{messageId}`

## Path parameters

- `messageId` string, required

## Response `200`

Message

- MessageResponse
  - `data` Message
    - `id` integer
    - `sid` string
    - `protocol_header` ProtocolHeader
      - `dst_ip` string
      - `src_ip` string
      - `dst_port` integer
      - `src_port` integer
      - `protocol` integer
      - `capture_id` integer
      - `capture_pass` string
      - `payload_type` integer
      - `time_seconds` integer
      - `time_useconds` integer
      - `protocol_family` integer
    - `data_header` DataHeader
      - `call_id` string
      - `method` string
      - `to_tag` string
      - `to_user` string
      - `from_tag` string
      - `pid_user` string
      - `auth_user` string
      - `from_user` string
      - `ruri_user` string
      - `user_agent` string
      - `ruri_domain` string
    - `raw` string
  - `meta` Meta
    - `request_id` string
    - `trace_id` string
    - `pagination` Pagination
      - `limit` integer
      - `next_cursor` string
      - `prev_cursor` string
      - `total` integer
      - `has_more` boolean
    - `message` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found
- `500` — Server error

---

[API](https://skmtc.net/sipcapture/apis/homer-next-gen-api.md) · [All operations](https://skmtc.net/sipcapture/apis/homer-next-gen-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sipcapture/homer-next-gen-api/versions/1966dd0df318/schema)
