Skip to main content
GET
Listar mensajes STR

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de consulta

cursor
string

Opaque pagination token from a previous response.

limit
integer<int64>
predeterminado:20

Page size (default 20, max 100).

Rango requerido: 1 <= x <= 100
sort_order
enum<string>

Sort order (default desc, most recent first).

Opciones disponibles:
asc,
desc
message_type
string

Filter by STR message type (e.g. STR0004).

status
enum<string>

Filter by processing status.

Opciones disponibles:
SUBMITTED,
DELIVERED,
CONFIRMED,
REJECTED,
FAILED,
RETURNED,
CANCELED,
RECEIVED
direction
enum<string>

Filter by message direction.

Opciones disponibles:
inbound,
outbound
start_date
string

Lower bound for created_at (RFC3339 or YYYY-MM-DD).

end_date
string

Upper bound for created_at (RFC3339 or YYYY-MM-DD).

Respuesta

OK

correlationId
string
requerido

Request-scoped correlation identifier echoing X-Request-ID, for pivoting from response to trace.

Ejemplo:

"req-7a3f9c2e"

items
object[] | null
requerido

Page of message summaries ordered most-recent-first.

limit
integer<int64>
requerido

Page size applied to this response (number of items requested).

Ejemplo:

50

nextCursor
string

Opaque cursor for the next page; absent when there are no more results. Presence signals more results, absence signals end-of-list.

Ejemplo:

"eyJjcmVhdGVkQXQiOiIyMDI2LTA1LTA0VDE4OjMwOjAwWiIsImlkIjoiNTUwZTg0MDAtZTI5Yi00MWQ0LWE3MTYtNDQ2NjU1NDQwMDAwIn0"

prevCursor
string

Opaque cursor for the previous page; reserved for future bidirectional cursoring, absent today.