check the status of a generation task
Assets
check the status of a generation task
Polls the provider for updated status. Runs on a blocking thread because
service.update() calls provider.poll() which uses reqwest::blocking.
GET
check the status of a generation task
Path Parameters
Generation task id returned by /asset/generate
Response
200 - application/json
Current task status, with progress/file_path/error when applicable.