Result
Check result status or fetch request¶
GET/api/v2/results/{result_handler}
Get result status or the result when it is ready.
路径参数¶
参数 | 描述 |
---|---|
result_handler string | The opaque result id. |
查询参数¶
参数 | 描述 |
---|---|
page integer | Number of the page of results to return. The number can range from 0 to the total number of pages minus 1. |
响应¶
代码 | 描述 |
---|---|
200 | successful |
202 | Successfully accepted the request, but it is not completed yet. |