Optional query parameters to this endpoint may be used to filter deliveries by state. If none of the failed, pending or delivered query parameters are present, all deliveries are returned. If one or more of these parameters are provided, only those which are set to "true" are included in the response.
Options
--delivered
truefalse
If true, include deliveries which have succeeded.
If any of the "pending", "failed", or "delivered" query parameters are set to true, only deliveries matching those state(s) will be included in the response. If NO state filter parameters are set, then all deliveries are included.
--failed
truefalse
If true, include deliveries which have failed permanently.
If any of the "pending", "failed", or "delivered" query parameters are set to true, only deliveries matching those state(s) will be included in the response. If NO state filter parameters are set, then all deliveries are included.
A delivery fails permanently when the retry limit of three total attempts is reached without a successful delivery.
--limit
Maximum number of items returned by a single call
--pending
truefalse
If true, include deliveries which are currently in progress.
If any of the "pending", "failed", or "delivered" query parameters are set to true, only deliveries matching those state(s) will be included in the response. If NO state filter parameters are set, then all deliveries are included.
A delivery is considered "pending" if it has not yet been sent at all, or if a delivery attempt has failed but the delivery has retries remaining.
--profile
Configuration profile to use for commands
--receiver
The name or ID of the webhook receiver.
--sort-by
time_and_id_ascendingtime_and_id_descending