List STR messages
Lists outbound and inbound STR messages with optional filters and cursor-based pagination. The cursor is opaque — pass the nextCursor value from a previous response to continue. Filters can be combined freely; results are merged in the requested sort order.
Authorizations
JWT bearer token issued by the identity provider.
Query Parameters
Opaque pagination token from a previous response.
Page size (default 20, max 100).
1 <= x <= 100Sort order (default desc, most recent first).
asc, desc Filter by STR message type (e.g. STR0004).
Filter by processing status.
SUBMITTED, DELIVERED, CONFIRMED, REJECTED, FAILED, RETURNED, CANCELED, RECEIVED Filter by message direction.
inbound, outbound Lower bound for created_at (RFC3339 or YYYY-MM-DD).
Upper bound for created_at (RFC3339 or YYYY-MM-DD).
Response
OK
Request-scoped correlation identifier echoing X-Request-ID, for pivoting from response to trace.
"req-7a3f9c2e"
Page of message summaries ordered most-recent-first.
Page size applied to this response (number of items requested).
50
Opaque cursor for the next page; absent when there are no more results. Presence signals more results, absence signals end-of-list.
"eyJjcmVhdGVkQXQiOiIyMDI2LTA1LTA0VDE4OjMwOjAwWiIsImlkIjoiNTUwZTg0MDAtZTI5Yi00MWQ0LWE3MTYtNDQ2NjU1NDQwMDAwIn0"
Opaque cursor for the previous page; reserved for future bidirectional cursoring, absent today.

