cURL
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 } }
Id of the task whose status is retrieved
Successful Retrieval
The response is of type object.
object