status
abstract suspend fun status(endpointId: String, requestId: String, options: StatusOptions = StatusOptions()): QueueStatus.StatusUpdate
Gets the current status of the request with the given requestId.
Parameters
endpoint Id
The ID of the endpoint to send the request to.
request Id
The ID of the request to get the status for.
options
The options to use for the request.
See also
#submit