GET
/
tasks
/
status
/
{taskId}
curl --request GET \
  --url https://api.gelato.digital/tasks/status/{taskId}
{
  "task": {
    "chainId": 123,
    "taskId": "<string>",
    "taskState": "<string>",
    "creationDate": "<string>",
    "lastCheckDate": "<string>",
    "lastCheckMessage": "<string>",
    "transactionHash": "<string>",
    "executionDate": "<string>",
    "blockNumber": 123
  }
}

Path Parameters

taskId
string
required

Id of the task whose status is retrieved

Response

200
application/json

Successful Retrieval

The response is of type object.