We are currently in beta. If you have any feedback, please email us at tech@unyte.africa or learn more about our product at https://unyte.africa
curl --request GET \
--url https://dev.superpool.unyte.africa/api/v1/jobs/{job_id}/status/ \
--header 'X-API-Key: <api-key>'
{
"job_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "pending"
}
Check the status of a job task
curl --request GET \
--url https://dev.superpool.unyte.africa/api/v1/jobs/{job_id}/status/ \
--header 'X-API-Key: <api-key>'
{
"job_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "pending"
}
Job task status
The response is of type object
.