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.

Get Task Info

Query project information based on the Task id.

GEThttps://hosting.api.4everland.org/tasks/{taskId}
Path parameters
taskId*string

Project taskId

Example: ""
Header parameters
Response

Successful

Body
bcodenumber
Example: 10
codenumber
Example: 200
contentobject
messagestring
Example: ""
Request
const response = await fetch('https://hosting.api.4everland.org/tasks/{taskId}', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
{
  "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.

If you have any questions, please join our Discord server, or send us an email at contact@4everland.org.

Last updated