Optional endOptional startThe start of the time range, as an RFC3339 timestamp. When provided, the response includes
every subscription that was active at any point in [start_timestamp, end_timestamp],
and the status filter is ignored.
Optional statusFilter the subscriptions by status. Use active to return only currently active
subscriptions, or all to return every subscription including expired ones.
Ignored when start_timestamp is provided. Defaults to active.
Generated using TypeDoc
The end of the time range, as an RFC3339 timestamp. Ignored unless
start_timestampis set. Defaults to the current time whenstart_timestampis provided.