Retrieve Messages by Subscription ID

This operation returns a paginated list of messages for a subscription by subscription ID, date range, and a status such as failed or all.

Path Params
string
required

An identifier for a subscription. Only messages associated with the specified subscription ID are returned.

Query Params
date-time
required

The start date and time in UTC format. Must be before until-date-time.

date-time

The end date and time in UTC format. Must be within 2 weeks of since-date-time. If omitted, until-date-time defaults to 1 day after since-date-time.

integer
Defaults to 100

The pagination count, which represents the number of results to return per page.

string

A token used in stateful, cursor-based pagination that allows you to fetch a unique result set using pagination-current-token for the current page of results and pagination-next-token for the next page of results. When pagination-next-token is not provided, the current page is the last page of results.

string
Defaults to failed
Headers
string
required

A bearer token for authentication.

string

A global identifier for a tenant.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Choose an example:
application/json
application/problem+json