def list(args)
      options = { query: args, basic_auth: { username: @api_key } }
      Try { self.class.get("/api/jobs/list.json", options) }.to_either >-> response {
        if response.code == 200
          Right(response)