Ethiack Docs
Ci cd jobs

Get Job status

GET
/v1/jobs/{job_uuid}/status

Retrieves the status of a CI/CD job.

AuthorizationBasic <token>

Go to https://portal.ethiack.com/settings/api and generate your API keys. Simply use username=key, password=secret.

In: header

Path Parameters

job_uuid*string

UUID of the job.

Response Body

application/json

application/json

curl -X GET "https://api.ethiack.com/v1/jobs/string/status"
{
  "status": "pending"
}
{
  "code": 0,
  "name": null,
  "description": "string",
  "success": false
}