Ethiack Docs
Ci cd jobs

List Jobs

GET
/v1/jobs/

Lists all CI/CD jobs associated with the current user.

AuthorizationBasic <token>

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

In: header

Response Body

application/json

application/json

curl -X GET "https://api.ethiack.com/v1/jobs/"
{
  "jobs": [
    {
      "status": "pending",
      "uuid": "string",
      "url": "string",
      "beacon_id": null,
      "created": "2019-08-24T14:15:22Z",
      "started": null,
      "finished": null
    }
  ]
}
{
  "code": 0,
  "name": null,
  "description": "string",
  "success": false
}