listAttempts

open suspend fun listAttempts(eventToken: String, params: EventListAttemptsParams = EventListAttemptsParams.none(), requestOptions: RequestOptions = RequestOptions.none()): EventListAttemptsPageAsync

List all the message attempts for a given event.


abstract suspend fun listAttempts(params: EventListAttemptsParams, requestOptions: RequestOptions = RequestOptions.none()): EventListAttemptsPageAsync
open suspend fun listAttempts(eventToken: String, requestOptions: RequestOptions): EventListAttemptsPageAsync

See also