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

endpointId

The ID of the endpoint to send the request to.

requestId

The ID of the request to get the status for.

options

The options to use for the request.

See also

#submit