Result
Check result status or fetch request¶
GET/api/v2/results/{result_handler}
Get result status or the result when it is ready.
Path Parameters¶
Parameter | Description |
---|---|
result_handler string | The opaque result id. |
Query Parameters¶
Parameter | Description |
---|---|
page integer | Number of the page of results to return. The number can range from 0 to the total number of pages minus 1. |
Response¶
Code | Description |
---|---|
200 | successful |
202 | Successfully accepted the request, but it is not completed yet. |