1. Async Tasks
LightNode
en
  • cn
  • en
  • API Overview
  • API Authentication Guide
  • Instances
    • Create Instance
      POST
    • Delete Instance
      POST
    • Stop Instance
      POST
    • Start Instance
      POST
    • Restart Instance
      POST
    • Reset Password
      POST
    • Instance Details
      GET
    • Reinstall OS
      POST
    • Instance List
      GET
  • Security Groups
    • Security Group List
      GET
  • Images
    • Image List
      GET
  • Async Tasks
    • Get Async Task Result
      GET
  • SSH Keys
    • SSH Key List
      GET
  • Regions
    • Region List
      GET
  • Packages
    • Package List
      GET
  • Schemas
    • Instance Model
  1. Async Tasks

Get Async Task Result

GET
https://openapi.lightnode.com/asynctask/getResult

API Overview#

Retrieves the execution status of an asynchronous request task.#

For asynchronous APIs such as creating, deleting, or operating cloud servers, the request returns a task status (processResult) after submission. You can use the task ID to query the execution status of that asynchronous request.

Request

Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://openapi.lightnode.com/asynctask/getResult?asyncTaskUUID=cm00007dyzds' \
--header 'x-open-token: test-token'

Responses

🟢202Success
application/json
Bodyapplication/json

Example
{
    "asyncTaskInfo": {
        "processResult": "SUCCESS",
        "taskStatus": "FINISHED"
    },
    "httpStatus": 202,
    "rowCount": 0
}
Modified at 2026-04-10 05:41:02
Previous
Image List
Next
SSH Key List
Built with