status

abstract fun status(requestId: RequestId): Result<RequestProcessingStatus, PostboxError>

Retrieve the status of a request.

Return

the status of the request processing

Parameters

requestId

the id of the request to check