Get Task Info API
The Get Task Info API facilitates the retrieval of task details based on the provided Task ID. Users can seamlessly query specific task information, enhancing efficiency in task management and tracking.
Query project information based on the Task id.
Path parameters
taskIdstringRequired
Project taskId
Header parameters
tokenstringOptionalExample:
Your Auth Token
Responses
200
Successful
application/json
get
GET /tasks/{taskId} HTTP/1.1
Host: hosting.api.4everland.org
Accept: */*
200
Successful
{
"bcode": 10,
"code": 200,
"content": {
"createdAt": 1720589259,
"domains": [
"lskdfjasdf_dafsdfasdf-test.4everland.app",
"lskdfjasdf_dafsdfasdf-vld9ecxd-test.4everland.app"
],
"hash": "QmT5VLRmZR8pCaLAk7frcuAgtX31TihrATwLUSDffkuRQZ",
"platform": "IPFS",
"projectId": "668e1b663fc4740007cfaa05",
"projectName": "lskdfjasdf_dafsdfasdf",
"status": "SUCCESS",
"taskId": "668e1bcb6b397000076383d9"
},
"message": ""
}
Due to synchronization delays, it is recommended to query the projects deployed on Greenfield /Arweave after 3-5 minutes. The IPFS project remains unaffected.
Last updated