Skip to main content
GET
C#

Autorisations

Authorization
string
header
requis

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Paramètres de chemin

id
string
requis

Unique identifier for the event stream.

Required string length: 26

Paramètres de requête

statuses
string

Comma-separated list of statuses by which to filter

event_types
string

Comma-separated list of event types by which to filter

date_from
string

An RFC-3339 date-time for redelivery start, inclusive. Does not allow sub-second precision.

Maximum string length: 20
date_to
string

An RFC-3339 date-time for redelivery end, exclusive. Does not allow sub-second precision.

Maximum string length: 20
from
string

Optional Id from which to start selection.

take
integer

Number of results per page. Defaults to 50.

Plage requise: 1 <= x <= 100

Réponse

Event stream deliveries successfully retrieved.

deliveries
object[]
requis

List of event stream deliveries

next
string

The cursor to be used as the "from" query parameter for the next page of results.