---
title: "Recupera dettagli dei messaggi"
method: GET
path: "/api/messages/details"
---

# Recupera dettagli dei messaggi

`GET /api/messages/details`

Restituisce i dettagli di uno o più messaggi, dato un elenco di ID dei messaggi ed una API Key valida.

## Query parameters

- `api_key` string, required
- `message_ids[]` string[], required

## Response `200`

Dettagli dei messaggi trovati.

- object
  - `messages` object[]
    - `tipologia` 'SINGLE' | 'SEQUENCE' | 'MASSIVE' | 'AUTOMATION' — Origine del messaggio.
    - `nome_invio` string — Nome dell'invio.
    - `ricezione` string, date-time — Data e ora di ricezione.
    - `invio_desiderato` string, date-time, nullable — Data e ora desiderata per l’invio.
    - `invio_previsto` string, date-time — Data e ora prevista per l’invio.
    - `invio_effettivo` string, date-time — Data e ora effettiva dell’invio.
    - `telefono` string — Numero del destinatario.
    - `stato` 'PENDING' | 'COMPLETED' | 'FAILED' | 'CANCELLED' | 'RESCHEDULED' | 'BLACKLISTED' — Stato del messaggio.
    - `cliente` string — Nome del cliente associato.
    - `sequenza` string, nullable — Nome della sequenza, se presente.
    - `template` string, nullable — Nome del template, se presente.
    - `contenuto` string — Testo del messaggio.
    - `media_url` string, nullable — URL del contenuto multimediale, se presente.
    - `latitudine` number, nullable — Latitudine, se posizione allegata.
    - `longitudine` number, nullable — Longitudine, se posizione allegata.
    - `nome_media` string, nullable — Nome del file multimediale allegato.
    - `richiesta` string — Request payload originale (in JSON string).
    - `risposta` string — Messaggio di risposta del sistema.
    - `dettaglio_risposta` string, nullable — Risposta dettagliata del sistema (se presente).

## Changes

> 18 revisions in range; 1 could not be searched.

- **2025-11-04** `a88c2f0aa397` — 1 warning
  - for the `query` request parameter `message_ids[]`, the type/format of property `items/` was changed from `integer`/`` to `string`/``
- **2025-07-29** `80f573608145` — 1 info
  - endpoint added
- **2025-04-15** `919eb7a392aa` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/simplenetworks/apis/trilly-api/changes/api/messages/details/get.md)

---

[API](https://skmtc.dev/simplenetworks/apis/trilly-api.md) · [All operations](https://skmtc.dev/simplenetworks/apis/trilly-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/simplenetworks/trilly-api/revisions/b03e55f0d8aa/schema)
